you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 months ago* (3 children)

I believe u should Type

rm -r \'folder\'\$\'\\003\'

Basically a \ interprets the following character as a character. With the ' I’m not sure, so maybe

rm -r 'folder'\$'\\003'

could do the trick too

Edit: correct code

  • source
  • parent
  • hideshow 3 child comments
  • [–] [S] -2 points 3 months ago (2 children)

    VyxDqcxlLm2L7Xj.png

    After doing the step, the cursor simply came in the centre.

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

    there is a space between your first \ and the ' that doesn't belong there. (The backslash escapes the space, but not the apostrophe, that's why it's coloured red and not cyan)

    Press Ctrl+C and try again with the corrected command.

  • source
  • parent