Lines Matching refs:file
201 file=`echo "$*" | sed -n "$sed_output"`
202 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
203 if test -f "$file"; then
204 touch $file
206 test -z "$file" || exec >$file
211 chmod +x $file
276 file=`echo "$*" | sed -n "$sed_output"`
277 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
278 if test -f "$file"; then
279 touch $file
281 test -z "$file" || exec >$file
296 file=`echo "$*" | sed -n "$sed_output"`
297 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
298 if test -z "$file"; then
301 file=`sed -n '
308 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
312 test -f $file || exit 1
313 touch $file