2010年11月30日 星期二

Bash and bash Programming

1. Stadin using the file
* using the hyphen (-) reresent input file
{{{
cat $RMDEPTHFILE |
# Delete the header and print repeat name and depeth fields
awk '{
if (NR > 1) print ($10, $NF);
}' |
# Using the stadin in symbol mini
TwoColumnsStatistic.pl -
}}}