# HG changeset patch # User xuebing # Date 1333249286 14400 # Node ID 00dba791c4a28c77c83c34e2caf71cb91949d78c Uploaded diff -r 000000000000 -r 00dba791c4a2 headtail.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/headtail.xml Sat Mar 31 23:01:26 2012 -0400 @@ -0,0 +1,30 @@ + + of a file + $headortail -n $nline $input > $out_file1 + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This is a wrapper of the unix head/tail command, which is used to show lines at the beginning or at the end of a file. + + +