Y
Hacker News
new
|
ask
|
show
|
jobs
by
lexfiend
2130 days ago
The simplest mitigation probably bears mentioning: Prepend all wildcarded relative paths with `./`, because `rm ./*` does what you'd expect.
2 comments
pantalaimon
2130 days ago
Or get rid of that pesky user leon
link
6c696e7578
2130 days ago
Why ./ (a good habit) and -- were not mentioned seems odd.
link