@nostupidquestions what happens when you give the command in the command line rm -rf ?

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 months ago

@codewizard@hear-me.social Of itself, nothing - it needs another argument telling it what to perform the operation on. Something like rm -rf * would delete everything in the current directory and all subdirectories.

  • source