problems with cut (unix)
Posted
by lego69
on Stack Overflow
See other posts from Stack Overflow
or by lego69
Published on 2010-06-02T11:01:06Z
Indexed on
2010/06/02
11:03 UTC
Read the original article
Hit count: 271
hello everybody, I've got strange problem with cut
I wrote script, there I have row:
... | cut -d" " -f3,4 >! out
cut recieves this data (I checked it with echo)
James James 033333333 0 0.00
but I recieve empty lines in out
, can somebody explain why?
© Stack Overflow or respective owner