passing arguments to alias in .bash_profile
I have defined this alias in my .bash_profile :
alias duk='du -k | sort -rn | grep -v "/.*/"'
This works fine if for the current working dir by just typing "duk" but when i pass any argument e.g. "duk abc/def " it doesn't print anything. How do i pass an argument in this alias ?
Thanks
PowerBook G4 15", Mac OS X (10.5.5), 1.5GHz/512MB/80GB