Hacker News new | ask | show | jobs
by tenken 1480 days ago
I never do "rm prefix" in a dir. I always do "rm ./aDir/prefix" for example. This assures I'm not globbing outside a directory (or just a directory) and tries to help assure I'm not shooting my own foot.

Yea, i love up 1 directory before I delete anything.

2 comments

I just never do rm. Always use GUI file manager and have 0 problems.
> i love up 1 directory

It took me a minute, but I assume this should be "move up". This seems like a good habit.

Yes, i typed the reply on my phone and it autocorrected to that. :(