you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 3 months ago

What does ls show?

you can escape special charcters with \ something like \'folder\'\$\'\\003\' might work

be careful with rm -rf as you might delete your entire disk if done badly. use some other command to test if it targets the correct directory like ls \'folder\'\$\'\\003\'

  • source
  • parent