minus-squareneo@feddit.orgtolinux4noobs@programming.dev•I 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 ?linkfedilinkarrow-up2·3 months agoI believe u should Type rm -r \'folder\'\$\'\\003\' Basically a \ interprets the following character as a character. With the ’ I’m not sure, so maybe rm -r 'folder'\$'\\003' could do the trick too Edit: correct code linkfedilink
I believe u should Type
rm -r \'folder\'\$\'\\003\'Basically a \ interprets the following character as a character. With the ’ I’m not sure, so maybe
rm -r 'folder'\$'\\003'could do the trick too
Edit: correct code