|
|
|
|
|
by alexfoo
5036 days ago
|
|
Indeed, I don't see why people get so upset (or pedantic) about what are, effectively, NOPs in command-lines. However, things change if you start adding certain options to sort:- sort -m order.*
and cat order.* | sort -m
are definitely not the same thing (for most input files at least). |
|