I want to use cut command to break input into fields and get the second field.
cut -f2 -d' ' <--- How can I tell it to use tab instead of space
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
Two ways: Press
or write it like this:
|
|||
|
|
|
Tab is the default. See the cut man page.
So you should just write
|
|||
|
|
|
|
|||||||||||
|
