"j j" <[EMAIL PROTECTED]> writes: > 181# tail -v +1 distances_Ref1_A62_G17_C22 ; tail -v +n1 > distances_Ref1_A62_G17_C22 ; tail +n1 -v distances_Ref1_A62_G17_C22 ; wc
Sorry, I didn't quite understand your bug report, but I think you're
just having trouble with the option syntax. You might try this:
tail -n+1 -v filename
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils
