-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Decompose commands into independent chapters #50
Conversation
Copy edits on intro
Pull out introduction
Remove command line basics part 1
I'm thinking that we may not want to pull out each command; seeing as they're so short? Maybe something like:
Alternatively:
|
|
||
For those of you using a Mac or Linux computer, you have the UNIX command line already! Congratulations! For those of you on Windows, you'll need to install [Linux within a Virtual Machine](http://www.wikihow.com/Install-Ubuntu-on-VirtualBox). | ||
|
||
This book will assume you are using a Mac. Although you can use the command line on any machine, some specific directions may vary depending on the operating system you're using. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer if we didn't assume people were on a mac, as that makes may alienate people without access to linux machines :(. Can we make it a goal to provide both mac and linux instructions when possible?
FYI - Hoping to do more work on this this weekend! |
👍 Looking forward to leaving feedback :D |
Command Line Basics Part One chapters
pwd
(Create pwd chapter #52)ls
(Createls
chapter #53)cd
(Create cd chapter #55)Command Line Basics Part Two chapters
mkdir
touch
vi
cat
cp
mv
rm
,rmdir
,rm -rf