bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in "cut"


From: Katz, Greg [IT]
Subject: bug in "cut"
Date: Wed, 28 Nov 2001 12:48:09 -0500

Please advise if there is some other procedure I am supposed to follow for
reporting this, or if you need other information.
The following was run under Linux for S/390 2.2.16  ,  SuSE


 wc -l /tmp/vmtcpexit 
    156 /tmp/vmtcpexit   

 wc -l /tmp/vmtcpexit | cut --fields=1
    156 /tmp/vmtcpexit   

 wc -l /tmp/vmtcpexit | cut -f 1
    156 /tmp/vmtcpexit   


in other words, "cut" does not appear to be cutting anything.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]