you are viewing a single comment's thread
view the rest of the comments
[–] [S] 0 points 3 months ago (5 children)
  • [–] [S] 0 points 3 months ago (4 children)

    Do you see the folder with the strange name here ?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 months ago

    Oh hey, seeing that has just given me another idea (not sure if anyone else mentioned this yet elsewhere further down in the conversation... but...)

    Tried just using a unique portion of the name that's easy to type, along with asterisks for the rest? e.g. rmdir *old*00* (or rm -r if it's not an empty dir you want rid of).

  • source
  • parent
  • [–] 1 point 3 months ago (2 children)

    As the other commenters and I have mentioned, you should try escaping any of the special characters ', $, and \ by a backslash, i.e. \', \$ and \\

  • source
  • parent
  • hideshow 2 child comments