X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbash_tools.html;fp=doc%2Fbash_tools.html;h=655b028c9007b73d85da2bec26578dbda1762678;hb=e5f4d647d5b8d83155fc4b142626fc204cc2c15b;hp=8a0dc85311ef65fc2433c89cf1c9f6fd051b9344;hpb=95c4645b806f6528e0200aceb8028d8b5a995b56;p=feisty_meow.git diff --git a/doc/bash_tools.html b/doc/bash_tools.html index 8a0dc853..655b028c 100644 --- a/doc/bash_tools.html +++ b/doc/bash_tools.html @@ -9,8 +9,8 @@ - YETIcode Bash Scripts + content="reusable, open source, perl, shell, script, recursive, diff, snarf, yeti, free, source code, example, filename, snarfer"> + Feisty Meow Concerns Bash Scripts
-

YETIcode Open Source Bash -Scripts

+

Feisty Meow ConcernsOpen Source Bash Scripts

GPL-Licensed Bash Code

@@ -65,25 +64,6 @@ below: scripts. In fact, this file is still in its very first few iterations and is pretty limited so far...
- -

cvs_importer.sh

-
This script eliminates the need to use the cvs -import command to pull in a whole new sub-hierarchy.  Given a -sub-folder under an existing hierarchy, it will add all the -subdirectories and all of the files in those subdirectories.  The -script avoids adding any files found in the internally used CVS -directories.
-For example, suppose you have a folder called "hoople" that's a -top-level project in CVS.  You want to add a new folder under the -existing hierarchy "hoople/source/lib_src" called "pasta".  The -"pasta" hierarchy has hundreds of subdirectories and thousands of -files.  Assuming that you've already moved the new pasta source -folder into place, the command would be:
-    cvs_importer hoople/source/pasta
-If you don't have the Yeti aliases set up, then you may need to type -this instead:
-    bash ~/yeti/scripts/cvs_importer.sh -hoople/source/pasta

movie_seeker.sh