On Mon, 16 Jul 2001, Caolan McNamara wrote:
> > ls -l | cut -f6 -d' '
> >
> > or some such. Massage the -f field as you need.
>> I reckon the use of cut with ls is problematic, cut's fields are single
> characters. ls pads between columns with multiple spaces. Given
>You probably meant that cut's field delimiter is a single character. But
there's no reason why you couldn't just do
ls -l | cut -b16-24
But yes - the awk solution is much neater.
Steve
--
"My mom had Windows at work and it hurt her eyes real bad"
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!