Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / examples / INDEX.html
index c3ba24d..bd06b25 100644 (file)
@@ -5,7 +5,7 @@
     <th>X-Ref</th>
   </tr>
   <tr>
-    <td>./bashdb</td>
+    <td>./obashdb</td>
     <td>Deprecated sample implementation of a bash debugger</td>
   </tr>
   <tr>
   </tr>
   <tr>
     <td>./functions/keep</td>
-    <td>Try to keep some programs in the forground and running.</td>
+    <td>Try to keep some programs in the foreground and running.</td>
   </tr>
   <tr>
     <td>./functions/ksh-cd</td>
   <tr>
   </tr>
   <tr>
-    <td>./obashdb</td>
-    <td>Modified version of the Korn Shell debugger from Bill Rosenblatt's 'Learning the Korn Shell'.</td>
-  </tr>
-  <tr>
-  </tr>
-  <tr>
     <td>./scripts.noah</td>
     <td>Noah Friedman's collection of scripts (updated to bash v2 syntax by Chet Ramey)</td>
   </tr>
     <td>csh</td>
   </tr>
   <tr>
+    <td>./scripts/bash-hexdump.sh</td>
+    <td>hexdump(1) in bash</td>
+    <td>hexdump -C, hd</td>
+  <tr>
     <td>./scripts/cat.sh</td>
     <td>Readline-based pager.</td>
     <td>cat, readline pager</td>
     <td>Give rsh(1) a shorter timeout.</td>
   </tr>
   <tr>
+    <td>./scripts/timeout2</td>
+    <td>Execute a given command with a timeout.</td>
+  </tr>
+  <tr>
+    <td>./scripts/timeout3</td>
+    <td>Execute a given command with a timeout.</td>
+  </tr>
+  <tr>
     <td>./scripts/vtree2</td>
     <td>Display a tree printout of dir in 1k blocks.</td>
     <td>tree</td>