OrangePumkin@piefed.nl to techsupport@lemmy.worldEnglish · 16 days agoI am trying to get rid of this folder, but the result is saying that fish expects a variable name after this $. What does it mean ? And how do i get rid of this folder ?objectstorage.eu-amsterdam-1.oraclecloud.comimagemessage-square16linkfedilinkarrow-up18arrow-down18 cross-posted to: explainlikeimfive@lemmy.world
arrow-up10arrow-down1imageI am trying to get rid of this folder, but the result is saying that fish expects a variable name after this $. What does it mean ? And how do i get rid of this folder ?objectstorage.eu-amsterdam-1.oraclecloud.comOrangePumkin@piefed.nl to techsupport@lemmy.worldEnglish · 16 days agomessage-square16linkfedilink cross-posted to: explainlikeimfive@lemmy.world
minus-squarefartsparkles@lemmy.worldlinkfedilinkarrow-up2·16 days agoThe quotes and escapes are mangled. cd into the directory with the folder to remove, type rm -rf ./ then press tab until the folder you’re looking for is autocompleted after the ./
minus-squareOrangePumkin@piefed.nlOPlinkfedilinkEnglisharrow-up2arrow-down3·16 days agoDoesn’t seem to work.
minus-squarefartsparkles@lemmy.worldlinkfedilinkarrow-up2·16 days agoIf you’re struggling, might as well either open a file manager like midnight commander to make your life easier.
The quotes and escapes are mangled.
cdinto the directory with the folder to remove, typerm -rf ./then press tab until the folder you’re looking for is autocompleted after the./Doesn’t seem to work.
If you’re struggling, might as well either open a file manager like midnight commander to make your life easier.
What’s that ?
Google.