Untitled

...

Always in alphabetical order.
Anything else is wrong.

but
R or r?

Chaotic fields should be GUI file deletion.

Whichever is supported the widest or has been for the longest time.
Otherwise always lowercase.

fuck france, delete frog legs

always in order of importance to what you're trying to achieve

rm -rf is correct because first and foremost you're deleting recursively, the f is an afterthought... btw i want to be forceful

I use -fr and I don't even know why. I just got used to it.

i use rm -fr because i like lowercase commands, and i put the f before the r because i remembered it as "for real" when first starting out and never gave up the habit

i've always done rm -rf because that's just how ive always known it to be

You're all wrong
it's "rm -r"

chaotic versions make use of GNU long flags --recursive and --force.
rm -r --force
rm --recursive --force
rm --recursive -f

>chaotic evie
>rm -fidv ./*

>not rm --recursive -if

>rm -fiv ./* && rm -div ../

chaotic good: alias

...

alias aaa = "rm -dIvr ./* && rm -div ../"

>&& echo Deleting XD

rm -r
You don't need f most of the time.

If you're sane and aliased rm to 'rm -i', the 'f' overrides the 'i'. Keeps you safe most of the time, lets you override it when deleting large folders.

$ man rm