Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
parent
f73dda092b
commit
7117c2d221
362 changed files with 34387 additions and 15063 deletions
|
|
@ -24,7 +24,7 @@ ff () { find . -name ${1} -print ; }
|
|||
ll () { ls -lag "$@" | more ; }
|
||||
word () { fgrep -i "$*" /usr/dict/web2 ; }
|
||||
wordcount () { cat "${1}" | tr -s ' .,;:?\!()[]"' '\012' | \
|
||||
cat -n | tail -1 | awk '{print $1}' ; }
|
||||
awk 'END {print NR}' ; }
|
||||
|
||||
##
|
||||
# Read user's aliases
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue