Searched refs:cut (Results 1 - 2 of 2) sorted by relevance

/httpd/support/
H A Dcheck_forensic45 cut -f 1 -d '|' $F > $all
46 grep ^+ < $all | cut -c2- | sort > $in
47 grep -- ^- < $all | cut -c2- | sort > $out
/httpd/
H A Dbuildconf207 if [ -f `which cut` ]; then
212 VERSION=`echo $REVISION | cut -d- -s -f1`
213 RELEASE=`echo $REVISION | cut -d- -s -f2`

Completed in 817 milliseconds