My standard attempt of rm -Rf ./* failed as an attempt at recursively deleting all files and sub directories from the current working directory. Responds with some files remain. A few variations that i would normally use didn't work, so i tried the brute force approach of escalating the last command via 'sudo !!'. That hangs it.
My standard attempt of
rm -Rf ./*
failed as an attempt at recursively deleting all files and sub directories from the current working directory. Responds with some files remain. A few variations that i would normally use didn't work, so i tried the brute force approach of escalating the last command via 'sudo !!'. That hangs it.