1 <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv="Content-Type"
5 content="text/html; charset=iso-8859-1">
6 <meta name="Author" content="Fred T. Hamster">
8 content="Mozilla/5.0 (X11; U; Linux i686; en-US) [Mozilla]">
9 <meta name="Description"
10 content="Open Source Perl for Your Perusement">
12 content="reusable, open source, perl, shell, script, recursive, diff, snarf, yeti, free, source code, example, filename, snarfer">
13 <title>Feisty Meow Concerns Bash Scripts</title>
14 <meta content="Fred T. Hamster" name="author">
16 content="Assorted scripts for enhancing the bash environment and tools that automate fairly common actions."
20 style="background-image: url(pics/home_front_b_5.jpg); background-color: rgb(0, 0, 0); color: rgb(255, 255, 153);"
21 alink="#ffcc00" link="#66ff99" vlink="#00cc00">
24 <table bgcolor="#330000" border="4" cellpadding="0" cellspacing="0"
30 <h1><a href="http://feistymeow.org/">Feisty Meow Concerns</a>Open Source Bash Scripts</h1>
31 <h2>GPL-Licensed Bash Code<br>
34 <center>Contributed by Chris Koeritz (<a
35 href="mailto:%20koeritz@gruntose.com">Koeritz@Gruntose.COM</a>) <br>
36 See the <a href="http://www.gruntose.com/Info/GNU/GPL.html">GNU Public
37 License</a> for details of licensing.<span style="font-style: italic;"></span><br>
39 <h4>Caveats: please refer to the <a href="perl_tools.html">Perl
40 Scripts page</a> which shares the same constraints as these Bash
43 <span style="color: rgb(255, 255, 204);">Direct Cognition</span>:
44 View the scripts directory itself rather than navigating with the links
45 below: <a href=".">scripts</a>.
55 <table bgcolor="#330000" border="4" cellpadding="0" cellspacing="0"
60 <h2>Assorted Bash Script Files</h2>
62 <h3> <a href="uhh.sh">uhh.sh</a></h3>
63 <blockquote>This documentation page isn't quite ready yet.<br>
64 In fact, this file is still in its very first few iterations and is
69 <h3><a href="../database/movie_seeker.sh">movie_seeker.sh</a>
70 / <a href="../database/movie_stripper.sh">movie_stripper.sh</a>
71 / <a href="../database/show_stripper.sh">show_stripper.sh</a><br>
73 <div style="margin-left: 40px;">Some manipulation methods for a
74 particular type of movie and TV show database. These expect a db
75 in the form of a CSV file with three fields per line: (1) index number,
76 (2) show or movie name and (3) show episode title. The third
77 field is defined as blank for movies. The movie_seeker finds a
78 given movie (or pattern) in the database. The movie_stripper
79 pulls out all the unique movie or show names in the database. The
80 show_stripper pulls out the episode names for a particular show name
83 <h3><a href="../database/call_movie_seeker.sh">call_movie_seeker.sh</a>
84 / <a href="../database/call_movie_stripper.sh">call_movie_stripper.sh</a>
85 / <a href="../database/call_show_stripper.sh">call_show_stripper.sh</a><br>
87 <div style="margin-left: 40px;">These are CGI correspondents to
88 the above movie database searches. They're used on the Gruntose