Y
Hacker News
new
|
ask
|
show
|
jobs
by
Joker_vD
138 days ago
if [ -n "$DRY_RUN" ] ; then alias rm='echo rm' alias cp='echo cp' fi
Of course, output redirects will still overwrite the files, since the shell does it and IIRC this behaviour can't be changed.
1 comments
digiown
138 days ago
set -o noclobber
link