Y
Hacker News
new
|
ask
|
show
|
jobs
by
lubutu
5072 days ago
In POSIX -R is the recursion flag for ls, cp, rm, etc. So if you want to recurse, -R is probably a safer bet than -r. (ls -r just lists in reverse.)
5 comments
buster
5072 days ago
Yeah, that may be it.. I'm wondering why they didn't just add a new option (aka --no-symlinks) or something
link
a3_nm
5072 days ago
Annoying exception: scp only accepts -r as recursion flag, not -R.
link
wildmXranat
5072 days ago
Same here. I've been conditioned to use -R
link
mturmon
5072 days ago
Good point. Also, since you reminded me, chmod, chown, chgrp.
link
leif
5072 days ago
that's probably it
link