LoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 26 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 · 26 days agomessage-square13linkfedilink
minus-squareLoveEspresso@retrofed.comOPlinkfedilinkEnglisharrow-up1·26 days agoAfter this, i gave the ls command, and it’s showing up.
minus-squareStrider@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-226 days agoDid you try with bash autocomplete? rm -r folder<tab> And see how it spells it? Also you could wildcard depending on what you (don’t) want to delete in the process.
After this, i gave the ls command, and it’s showing up.
Did you try with bash autocomplete?
rm -r folder<tab>
And see how it spells it? Also you could wildcard depending on what you (don’t) want to delete in the process.