gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agoTried to rm -r my .cache but accidentally did .config instead...message-squaremessage-square51fedilinkarrow-up170arrow-down12file-text
arrow-up168arrow-down1message-squareTried to rm -r my .cache but accidentally did .config instead...gun@lemmy.ml to Linux@lemmy.mlEnglish · 2 days agomessage-square51fedilinkfile-text
minus-squarema1w4re@lemm.eelinkfedilinkarrow-up2·edit-212 hours agoA tip, to delete files that have names similar to variables or other expandables, put the filename in between single ticks like this ‘filename’. Single ticks prevent expansion.
A tip, to delete files that have names similar to variables or other expandables, put the filename in between single ticks like this ‘filename’. Single ticks prevent expansion.
Thanks for the tip!