merely-useful / py-rse

Research Software Engineering with Python course material
http://third-bit.com/py-rse/
Other
243 stars 63 forks source link

Avoid implying that redirection is identical to a file parameter #637

Closed mikerenfro closed 2 years ago

mikerenfro commented 2 years ago

Not the only way to adjust this wording, but the redirection operator is not always identical to including a command-line parameter for a filename. Works for wc, sort, and similar filtering commands, but not everything such as ls, cp, etc.