0
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 ?
(objectstorage.eu-amsterdam-1.oraclecloud.com)
Are you sure the name is
'folder'$'\003'? I think the outer quotes might be added by ls. I would tryrm -rf 'folder\'\$\'\\003'Edit: Or
rm -rf 'folder\'$\'\\003'