/[cvs]/nfo/bash/ff
ViewVC logotype

Diff of /nfo/bash/ff

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rabit, Fri Oct 15 10:51:04 2004 UTC revision 1.3 by joko, Sun Nov 7 02:02:01 2004 UTC
# Line 59  case "$p1" in Line 59  case "$p1" in
59          $E 'Done.'          $E 'Done.'
60          exit          exit
61          ;;          ;;
62    (-i)
63            iselect=`which iselect`
64            if [ -z $iselect ]; then
65                    echo "ERROR: iselect is not installed"
66                    exit
67            fi
68            sel=`cat $FFFILES | $iselect -a -c -n "Select file to tail"`
69            if [ ! -z $sel ]; then
70                    tail -f $sel
71            fi
72            exit
73            ;;
74  (?*)  (?*)
75          CheckFileList; [ -z $FileListExists ] && exit          CheckFileList; [ -z $FileListExists ] && exit
76          CountFiles          CountFiles
# Line 82  $E '  '$B1$N' <number>'$B0 Line 94  $E '  '$B1$N' <number>'$B0
94  $E '    Tail and follow the file with index '$B1'<number>'$B0'.'  $E '    Tail and follow the file with index '$B1'<number>'$B0'.'
95  $E '  '$B1$N' -a <filename>'$B0  $E '  '$B1$N' -a <filename>'$B0
96  $E "    Add a file to '"$B1$FFFILES$B0"'. "$B1'<filename>'$B0' must exist.'  $E "    Add a file to '"$B1$FFFILES$B0"'. "$B1'<filename>'$B0' must exist.'
97    $E "  $B1$N -i$B0"
98    $E "    Interactively choose from list of files in '"$B1$FFFILES$B0"'."
99  $E '  '$B1$N' [-h|--help]'$B0  $E '  '$B1$N' [-h|--help]'$B0
100  $E '    Get this brief help.'  $E '    Get this brief help.'
101  $E "The variable '${B1}FFFILES$B0' set overrides the file list default file name."  $E "The variable '${B1}FFFILES$B0' set overrides the file list default file name."

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed