LoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 20 hours agoWhen i am trying to remove the underlined folder using the rm command, this is the result that is being shown. What does this mean ??retrofed.comimagemessage-square13fedilinkarrow-up15arrow-down116
arrow-up1-11arrow-down1imageWhen i am trying to remove the underlined folder using the rm command, this is the result that is being shown. What does this mean ??retrofed.comLoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 20 hours agomessage-square13fedilink
minus-squareCalfpupa [she/her]@lemmy.mllinkfedilinkEnglisharrow-up1·19 hours agoYou put an extra backslash in there, it should be rm -r "folder'\$'003"
You put an extra backslash in there, it should be
rm -r "folder'\$'003"