Y
Hacker News
new
|
ask
|
show
|
jobs
by
danillonunes
277 days ago
I don't know exactly what's the logic but sometimes I need to confirm a rm operation with an "y". Maybe cp and mv should have the same behavior for destructive operations.
1 comments
setopt
277 days ago
> I don't know exactly what's the logic but sometimes I need to confirm a rm operation with an "y".
I believe some Linux distributions alias rm to either rm -i or -I in their default shell config.
link
I believe some Linux distributions alias rm to either rm -i or -I in their default shell config.