swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

In the novice shell lesson 03-pipefilter, changed sort to sort -n. #538

Closed mestato closed 10 years ago

mestato commented 10 years ago

In the lesson , the "sort" command is used to demonstrate sorting line counts. The lesson as written does not produce the given output on the bash shell (but does on Mac OS X terminal). By adding the -n to sort, the example should behave the same across all platforms.

ethanwhite commented 10 years ago

Looks good to me. +1