Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Typo fix: linux -> Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
noamross committed Jul 10, 2014
1 parent d3e8218 commit 730ad4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions novice/teaching/02-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ And please also make use of our Windows setup helper.
#### OS X
A number of the pre-installed versions of command line utilities in OS X are old compared
to those in linux distributions, or subtly different in their options. Avoid using options
to those in Linux distributions, or subtly different in their options. Avoid using options
or constructions that may not work for learners.
- `ls` does not have an `--ignore=` or `-I` option
- `head` takes `-n 10` or `-10`, but not the long form of `--lines=10`
- Many linux commands allow options to be specified after their arguments (e.g. `ls file1
- Many Linux commands allow options to be specified after their arguments (e.g. `ls file1
file2 -l`), while most OS X commands require options to come strictly first (`ls -l file1
file2`). ([Source](http://stackoverflow.com/a/8057405/1757441))

0 comments on commit 730ad4d

Please sign in to comment.