No specific user configuration
[platform/upstream/bash.git] / examples / INDEX.txt
index 1be1cc6..4b5478e 100644 (file)
@@ -1,5 +1,5 @@
 Path   Description     X-Ref
-./bashdb       Deprecated sample implementation of a bash debugger     
+./obashdb      Deprecated sample implementation of a bash debugger     
 
 ./complete     Shell completion code   
 
@@ -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
@@ -103,8 +103,6 @@ Path        Description     X-Ref
 ./misc/README  README  
 ./misc/suncmd.termcap  SunView TERMCAP string. 
 
-./obashdb      Modified version of the Korn Shell debugger from Bill Rosenblatt's 'Learning the Korn Shell'.   
-
 ./scripts.noah Noah Friedman's collection of scripts (updated to bash v2 syntax by Chet Ramey) 
 ./scripts.noah/aref.bash       Pseudo-arrays and substring indexing examples.  
 ./scripts.noah/bash.sub.bash   Library functions used by require.bash. 
@@ -153,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.       
@@ -173,6 +172,8 @@ Path        Description     X-Ref
 ./scripts/shprompt     Display a prompt and get an answer satisfying certain criteria. ask
 ./scripts/spin.bash    Display a 'spinning wheel' to show progress.    
 ./scripts/timeout      Give rsh(1) a shorter timeout.  
+./scripts/timeout2     Execute a given command with a timeout.
+./scripts/timeout3     Execute a given command with a timeout.
 ./scripts/vtree2       Display a tree printout of dir in 1k blocks.    tree
 ./scripts/vtree3       Display a graphical tree printout of dir.       tree
 ./scripts/vtree3a      Display a graphical tree printout of dir.       tree