@[email protected] to [email protected]English • 7 months agoTried to rm -r my .cache but accidentally did .config instead...message-square58fedilinkarrow-up170
arrow-up170message-squareTried to rm -r my .cache but accidentally did .config instead...@[email protected] to [email protected]English • 7 months agomessage-square58fedilink
minus-square@[email protected]linkfedilink1•edit-27 months 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!