bug-coreutils
[Top][All Lists]
Advanced

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

Re: say that cut can't handle more than one field demarcator


From: jidanni
Subject: Re: say that cut can't handle more than one field demarcator
Date: Mon, 08 Mar 2010 19:21:35 +0800

> tr -s '[:blank:]' '\t' | cut -f5
And perhaps mention less painful
tr -s \  \\t | cut -f5
and perl -anwle 'print $F[4]'
if the user's input permits such simplification...




reply via email to

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