Lines Matching refs:file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
198 if test -f "$file"; then
199 touch $file
201 test -z "$file" || exec >$file
206 chmod +x $file
271 file=`echo "$*" | sed -n "$sed_output"`
272 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
273 if test -f "$file"; then
274 touch $file
276 test -z "$file" || exec >$file
291 file=`echo "$*" | sed -n "$sed_output"`
292 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
293 if test -z "$file"; then
296 file=`sed -n '
303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
307 test -f $file || exit 1
308 touch $file