numerous minor changes to either use the sep function instead of old name of 'line...
authorChris Koeritz <fred@gruntose.com>
Thu, 8 Sep 2016 03:46:22 +0000 (23:46 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 8 Sep 2016 03:46:22 +0000 (23:46 -0400)
13 files changed:
customizing/fred/scripts/update_soapbox.sh
scripts/archival/search_arch.sh
scripts/buildor/buildor_count_code.sh
scripts/clam/cpp/rebuild_oldies.sh
scripts/email/count_maildir.sh
scripts/files/checker_report.sh
scripts/files/remove_here_if_not_there.sh
scripts/multimedia/maybe_zap_pic.sh
scripts/multimedia/play_random.sh
scripts/processes/show_hot_ones.sh
scripts/rev_control/version_control.sh
scripts/text/csv_to_array.sh
scripts/text/parse_csv_line.h

index a20ea5fa85ed4da653418d93dcbac755a940e677..be3a1e10de55ce1f544866d93af6237ef469aa80 100644 (file)
@@ -2,13 +2,6 @@
 
 # updates my little 1 TB "soapbox" style usb drive with items that it should contain.
 
-function liney()
-{
-  echo
-  echo ==============
-  echo
-}
-
 function get_source()
 {
   folder="$1"; shift
@@ -26,7 +19,7 @@ function get_source()
   popd
 }
 
-liney
+sep
 
 ls /media/fred/soapboxdrive
 if [ $? -ne 0 ]; then
@@ -34,7 +27,7 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-liney
+sep
 
 echo synching walrus...
 rsync -av /z/walrus/* /media/fred/soapboxdrive/walrus/
@@ -43,7 +36,7 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-liney
+sep
 
 echo synching musix...
 rsync -av /z/musix/* /media/fred/soapboxdrive/musix/
@@ -52,19 +45,19 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-liney
+sep
 
 echo getting latest fred codes...
 pushd /media/fred/soapboxdrive
 get_source extra_brain
 
-liney
+sep
 
 echo getting latest gffs codes...
 get_source gffs
 popd
 
-liney
+sep
 
 echo Updated all portions of the soapbox drive successfully.
 
index 68ec68560c2b155ffcfbec472a1c383b51e10a97..934d50d0cb022db5bbc41393ba6f7b962034d48e 100644 (file)
@@ -31,9 +31,9 @@ find "$dir" -iname "*.jar" -o -iname "*.zip" -o -iname "*.tar" \
   -o -iname "*.iar" -o -iname "*.oar" -o -iname "*.bz2" -o -iname "*.snarf" \
   >"$TMPFILE"
 
-while read line; do
-  bash $FEISTY_MEOW_SCRIPTS/archival/list_arch.sh "$line" 2>&1 | grep -i "$pattern" >/dev/null
-  if [ $? -eq 0 ]; then echo ==== Found pattern in $line ====; fi
+while read input_text; do
+  bash $FEISTY_MEOW_SCRIPTS/archival/list_arch.sh "$input_text" 2>&1 | grep -i "$pattern" >/dev/null
+  if [ $? -eq 0 ]; then echo ==== Found pattern in $input_text ====; fi
 done <"$TMPFILE"
 
 \rm -f "$TMPFILE"
index c80b6f8183c799fed7222858f2e545ea131cd879..0be0a0eaf5d0b30b645bb47a786aa628b7e1b898 100644 (file)
@@ -31,9 +31,9 @@ while true; do
 #cat $NAME_LIST_TEMP_FILE
 #echo ====================================================
 
-  while read line; do
-#echo line is $line
-    count=$(grep -h -v -c "^[ ]*$" $line)
+  while read input_text; do
+#echo input_text is $input_text
+    count=$(grep -h -v -c "^[ ]*$" $input_text)
     TOTALS=$(($TOTALS + $count))
 #echo total is $TOTALS now
   done < "$NAME_LIST_TEMP_FILE"
index 92e83a748a054c946cdb8eb290ae7e6409429ae7..02d3353538cf578ec26affc903d297b414519ea5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 if [ -f "$BUILD_LIST_FILE" ]; then
-  echo Compiling [$(cat $BUILD_LIST_FILE | while read line; do echo $(basename $line); done )]
+  echo Compiling [$(cat $BUILD_LIST_FILE | while read input_text; do echo $(basename $input_text); done )]
   rm -f $(cat $BUILD_WHACK_FILE)
 #echo got line to run: $*
   eval "${@}"
index d927383137bd4adad754ee47e6f7494505791441..3636bd991f391695e0b9e5ed2cd0e69405b4c56e 100644 (file)
@@ -9,7 +9,7 @@ folderlist=$TMP/zz_folder_list.txt
 
 find . -name "cur" >$folderlist
 
-while read line; do echo -n "$line  -- " ; find "$line" -type f | wc -l ; done < $folderlist
+while read input_text; do echo -n "$input_text  -- " ; find "$input_text" -type f | wc -l ; done < $folderlist
 
 popd &>/dev/null
 
index 759b8d38c56d24cd31d916ff732710e5395e29d5..3dd649abf8a000215537bd4814b2ba5b8db2b701 100644 (file)
@@ -27,8 +27,8 @@ temp_file_list="$(mktemp /tmp/file_list_temporary.XXXXXX)"
 
 find "$dirname" -type f >"$temp_file_list"
 ###-exec echo \"{}\" ';' 
-while read line; do
-  checker -q -b "$line" 2>&1 >>"$outfile"
+while read input_text; do
+  checker -q -b "$input_text" 2>&1 >>"$outfile"
 done <"$temp_file_list"
 
 
index 8e78600ed0588171b00f2b09e998d44920c63d27..6ba6a4e3f0dd1f46d7862101a4636114becc4857 100644 (file)
@@ -44,9 +44,9 @@ whack_list="$(mktemp "$TMP/remover_list.XXXXXX")"
 
 comm -23 "$here_temp_file" "$there_temp_file" >"$whack_list"
 
-while read line; do
-  if [ -z "$line" ]; then break; fi
-  herename="$here/$line"
+while read input_text; do
+  if [ -z "$input_text" ]; then break; fi
+  herename="$here/$input_text"
   rm -v "$herename"
 done <"$whack_list"
 
index 7fa7133b7f45b554d563e176f1386cf52e951814..9b2c667b662641ae470e46555dd1c1ec4d4ac9a1 100644 (file)
@@ -14,9 +14,9 @@ for i in "$@"; do
   eog "$file"
   # now ask the big question: to whack or not to whack?
   echo "whack this file? (y/N)"
-  read line
+  read inputtext
   # a few things mean yes here.
-  if [ "$line" == "y" -o "$line" == "Y" -o "$line" == "yes" ]; then
+  if [ "$inputtext" == "y" -o "$inputtext" == "Y" -o "$inputtext" == "yes" ]; then
     echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
     echo "$(date): deleting $file."
     perl $FEISTY_MEOW_SCRIPTS/files/safedel.pl "$file"
index 7ea0a6cf2ecc5d3319ef9f28d99d66f091796338..a5df00939603978878af3ede9fa047d642595e9e 100644 (file)
@@ -15,7 +15,7 @@ if [ ! -z "$grunty" ]; then
   FILE_LIST=$(find $VOXDIR -type f)
 echo "file list is $FILE_LIST"
   LINES=$(find $VOXDIR -type f | wc -l)
-#echo "lines is $LINES"
+#echo "info found is: $LINES"
   LESS_CHANCE=$(expr $LINES \\* 4)
 #echo "less chance is $LESS_CHANCE"
   TO_PLAY=
index 2e1fac6cc730d2adfc0d80b7edbae48b0b6f4a6c..cd948b8d9813aad005e2d843e854e20082619ad3 100644 (file)
@@ -2,10 +2,7 @@
 
 # shows the current processes ordered by cpu usage.
 
-# generate a nice separator.
-for ((i=0; i<14; i++)); do line+='='; done
-
-echo $line
+sep
 echo "Process list by CPU usage for $(date)"
 ps wuax --sort -%cpu | head -n 8
-echo $line
+sep
index 068bd66d3e3034091dc68d975e300baf8e18c61b..b6ab0217f6f3c7f1001723841c27e4e0cbad9417 100644 (file)
@@ -193,12 +193,12 @@ function checkin_list()
 function squash_first_few_crs()
 {
   i=0
-  while read line; do
+  while read input_text; do
     i=$((i+1))
     if [ $i -le 5 ]; then
-      echo -n "$line  "
+      echo -n "$input_text  "
     else
-      echo $line
+      echo $input_text
     fi
   done
   if [ $i -le 3 ]; then
index 7c114c4803a9742445253bc9effc5db62961584c..021891d0947ad6267ddca2078e24d72930fb2424 100644 (file)
@@ -40,10 +40,10 @@ function parse_csv_line()
 
 for i in $*; do
   echo reading $i
-  while read line; do
-#    echo line is $line
+  while read input_text; do
+#    echo input_text is $input_text
     csv_split=()
-    parse_csv_line "$line"
+    parse_csv_line "$input_text"
 
     if [ ${#csv_split[*]} -lt 1 ]; then
       echo did not see any fields in the split array.
index 53b36d0f6090f115a8b0145c16bcd4d4f835915e..5f86d0d53c01b340894435c3d9fdd8930f70b160 100644 (file)
@@ -1,3 +1,4 @@
+#!/bin/bash
 ############################################################################
 # This function parses a line from a CSV file (you pass the line as the 
 # argument) into elements in an array.  The CSV elements must be enclosed