OrangePumkin@piefed.nl to linux4noobs@programming.devEnglish · 1 month 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-square31linkfedilinkarrow-up114arrow-down19 cross-posted to: explainlikeimfive@lemmy.world
arrow-up15arrow-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 linux4noobs@programming.devEnglish · 1 month agomessage-square31linkfedilink cross-posted to: explainlikeimfive@lemmy.world
minus-squareSuccessful_Try543@feddit.orglinkfedilinkarrow-up2·1 month agothere is a space between your first \ and the ' that doesn’t belong there. (The backslash escapes the space, but not the apostrophe, that’s why it’s coloured red and not cyan) Press Ctrl+C and try again with the corrected command.
there is a space between your first
\and the'that doesn’t belong there. (The backslash escapes the space, but not the apostrophe, that’s why it’s coloured red and not cyan)Press Ctrl+C and try again with the corrected command.