Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / examples / INDEX.txt
index db2858f..4b5478e 100644 (file)
@@ -32,7 +32,7 @@ Path  Description     X-Ref
 ./functions/isvalidip  Test user input for valid IP Addresses. 
 ./functions/jdate.bash Julian date conversion. 
 ./functions/jj.bash    Look for running jobs.  
-./functions/keep       Try to keep some programs in the forground and running. 
+./functions/keep       Try to keep some programs in the foreground and running.        
 ./functions/ksh-cd     ksh-like 'cd': cd [-LP] [dir [change]]. ksh
 ./functions/ksh-compat-test    ksh-like arithmetic test replacements.  ksh
 ./functions/kshenv     Functions and aliases to provide the beginnings of a ksh environment for bash.  ksh
@@ -151,6 +151,7 @@ Path        Description     X-Ref
 
 ./scripts      Example scripts 
 ./scripts/adventure.sh Text adventure game in bash!    
+./scripts/bash-hexdump.sh      hexdump(1) in bash
 ./scripts/bcsh.sh      Bourne shell cshell-emulator.   csh
 ./scripts/cat.sh       Readline-based pager.   cat, readline pager
 ./scripts/center       Center - center a group of lines.