added bunch of stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Make directory and CD into it.
|
||||
# Make directory and CD into i.
|
||||
mkcd () { mkdir -p -- "$1" && cd -P -- "$1" }
|
||||
|
||||
ls-awk () { ls -l --color=always | awk '{k=0;for(i=0;i<=8;i++)k+=((substr($1,i+2,1)~/[rwx]/) \
|
||||
|
||||
Reference in New Issue
Block a user