Lines Matching refs:cut
24 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
25 file=`echo $line | cut -f1 -d:`
30 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
31 file=`echo $line | cut -f1 -d:`
46 echo 0 > `echo $line | cut -f1 -d:`
56 tr=`echo $t | cut -d: -f2`
63 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
65 tr=`echo $t | cut -d: -f2-4`
66 limit=`echo $t | cut -d: -f5`
68 tr=`echo $t | cut -d: -f2`
69 limit=`echo $t | cut -d: -f3`