Lines Matching full:base
10 # base=${i%.*}
11 # base=`echo $i | sed 's/\..*//'`
12 # base=`expr $i : '\([^.]*\)'`
16 # echo "r $base.d"
18 # echo "w $base.o"
20 # ) >$base.ed
21 # chmod +x $base.ed
24 base=`$ED - \!"echo $i" <<-EOF
32 r $base.d
33 w $base.o
37 w $base.ed
38 !chmod +x $base.ed
43 # base=${i%.*}
44 # base=`echo $i | sed 's/\..*//'`
45 # base=`expr $i : '\([^.]*\)'`
50 # echo "r $base.err"
52 # echo "w $base.o"
54 # ) >$base-err.ed
55 # chmod +x $base-err.ed
58 base=`$ED - \!"echo $i" <<-EOF
66 r $base.err
67 w $base.o
71 w ${base}.red
72 !chmod +x ${base}.red