LoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 16 days 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-square13linkfedilinkarrow-up15arrow-down126
arrow-up1-21arrow-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 · 16 days agomessage-square13linkfedilink
minus-squareCalfpupa [she/her]@lemmy.mllinkfedilinkEnglisharrow-up1arrow-down2·16 days 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"