You must log in or register to comment.
You need to remove the trailing slash, because a link is a file, but the shell interprets it as a directory
Just use rm -rf and live on the edge.
alias rm="sudo rm -rf"
You need to remove the trailing slash, because a link is a file, but the shell interprets it as a directory
Just use rm -rf and live on the edge.
alias rm="sudo rm -rf"