nice new tester for archives, plus a renaming.
[feisty_meow.git] / doc / bash_tools.html
index 8a0dc85311ef65fc2433c89cf1c9f6fd051b9344..655b028c9007b73d85da2bec26578dbda1762678 100644 (file)
@@ -9,8 +9,8 @@
   <meta name="Description"
  content="Open Source Perl for Your Perusement">
   <meta name="KeyWords"
- content="reusable, open source, perl, shell, script, recursive, diff, snarf, YETI, free, source code, example, filename, snarfer">
-  <title>YETIcode Bash Scripts</title>
+ content="reusable, open source, perl, shell, script, recursive, diff, snarf, yeti, free, source code, example, filename, snarfer">
+  <title>Feisty Meow Concerns Bash Scripts</title>
   <meta content="Fred T. Hamster" name="author">
   <meta
  content="Assorted scripts for enhancing the bash environment and tools that automate fairly common actions."
@@ -27,8 +27,7 @@
     <tr>
       <td>
       <center>
-      <h1><a href="http://yeticode.org/">YETIcode</a> Open Source Bash
-Scripts</h1>
+      <h1><a href="http://feistymeow.org/">Feisty Meow Concerns</a>Open Source Bash Scripts</h1>
       <h2>GPL-Licensed Bash Code<br>
       </h2>
       </center>
@@ -65,25 +64,6 @@ below: <a href=".">scripts</a>.
 In fact, this file is still in its very first few iterations and is
 pretty
 limited so far...<br>
-        </blockquote>
-        <h3> <a href="../rev_control/cvs_importer.sh">cvs_importer.sh</a></h3>
-        <blockquote>This script eliminates the need to use the cvs
-import command to pull in a whole new sub-hierarchy.&nbsp; Given a
-sub-folder under an existing hierarchy, it will add all the
-subdirectories and all of the files in those subdirectories.&nbsp; The
-script avoids adding any files found in the internally used CVS
-directories.<br>
-For example, suppose you have a folder called "hoople" that's a
-top-level project in CVS.&nbsp; You want to add a new folder under the
-existing hierarchy "hoople/source/lib_src" called "pasta".&nbsp; The
-"pasta" hierarchy has hundreds of subdirectories and thousands of
-files.&nbsp; Assuming that you've already moved the new pasta source
-folder into place, the command would be:<br>
-&nbsp;&nbsp;&nbsp; cvs_importer hoople/source/pasta<br>
-If you don't have the Yeti aliases set up, then you may need to type
-this instead:<br>
-&nbsp;&nbsp;&nbsp; bash ~/yeti/scripts/cvs_importer.sh
-hoople/source/pasta<br>
         </blockquote>
         <h3> </h3>
         <h3><a href="../database/movie_seeker.sh">movie_seeker.sh</a>