useful alias for embedded ones, speedup for all
This commit is contained in:
parent
2beb60ebf3
commit
c54a614574
@ -20,6 +20,7 @@ alias l='/bin/ls -F'
|
||||
alias la='l -a'
|
||||
alias ll='l -l'
|
||||
alias lo='la -lo'
|
||||
alias which='whence -p'
|
||||
whence -p rot13 >&- || alias rot13='tr [A-Za-z] [N-ZA-Mn-za-m]'
|
||||
whence -p hd >&- || function hd {
|
||||
hexdump -e '"%08.8_ax " 8/1 "%02X " " - " 8/1 "%02X "' \
|
||||
@ -37,4 +38,4 @@ function Lstripcom {
|
||||
|
||||
# place customisations between this line and the “: RCSID” line below
|
||||
|
||||
: $MirOS: src/bin/mksh/dot.mkshrc,v 1.14 2007/05/19 16:35:02 tg Rel $
|
||||
: $MirOS: src/bin/mksh/dot.mkshrc,v 1.15 2007/05/25 13:51:42 tg Rel $
|
||||
|
Loading…
x
Reference in New Issue
Block a user