michaelsanford
Translator, Web Developer
from .tcshrc
alias shred 'rm -rP $1'
If I enter sudo shred temp will that execute sudo rm -rP temp or so I have to use sudo in the alias definition?
alias shred 'rm -rP $1'
If I enter sudo shred temp will that execute sudo rm -rP temp or so I have to use sudo in the alias definition?