← All posts
Linux Tip
March 16, 2026
Okay something just dawned on me...
rm -rf <directory>
does the same thing as
rm -fr <directory>
This might be the most useless thing you see all day, but the idea of writing "remove for real" is frying me right now😭😭😭. This is my petition to make that the standard syntax for running that command.