/[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.2 by joko, Sun Nov 7 01:58:30 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

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

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