LoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 1 month agoWhat is it saying in my terminal ?retrofed.comimagemessage-square16linkfedilinkarrow-up17arrow-down120
arrow-up1-13arrow-down1imageWhat is it saying in my terminal ?retrofed.comLoveEspresso@retrofed.com to Explain Like I'm Five@lemmy.worldEnglish · 1 month agomessage-square16linkfedilink
minus-squareLoveEspresso@retrofed.comOPlinkfedilinkEnglisharrow-up1arrow-down1·1 month agoThe actual folder is ‘folder’$‘\003’ .
minus-squaregravitas_deficiency@sh.itjust.workslinkfedilinkEnglisharrow-up8·1 month agoIn that case, I think you want rm -rf "'folder'\$'\\003'" Note the double escape before 003, which will render to the character literal \ Alternatively, start typing rm -rf \'fo And then hit tab until fish autocompletes the directory you want to kill, and run it. Side note: i would absolutely not tolerate directories named like that lol
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·1 month agoIs this some school task…? Why is there a folder with such a name 😅
minus-squareLoveEspresso@retrofed.comOPlinkfedilinkEnglisharrow-up3·1 month agoApparently yes. I’m learning things on my own.
The actual folder is ‘folder’$‘\003’ .
In that case, I think you want
Note the double escape before
003, which will render to the character literal\Alternatively, start typing
And then hit tab until
fishautocompletes the directory you want to kill, and run it.Side note: i would absolutely not tolerate directories named like that lol
Thanks for the tip.
Is this some school task…? Why is there a folder with such a name 😅
Apparently yes. I’m learning things on my own.