this post was submitted on 09 Sep 2024
273 points (80.8% liked)

linuxmemes

20707 readers
926 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] one_knight_scripting@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (2 children)

I'm not going to try it but... rm "./-rf *" would do the same? rm "./-rf \*" maybe?

[–] dwt@feddit.org 3 points 1 week ago (1 children)

Couldn’t get single quotes to type on my phone, but best to always use them for problems like that, to completely get rid of shell interference.

I always forget about the single quotes.

[–] dwt@feddit.org 1 points 1 week ago

If you do want to try, just start a docker container and try inside there. That should negate all risk