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 |
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." |