Unix Shell - Re: How to obtain the result of the order find on several columns

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > September 2005 > Re: How to obtain the result of the order find on several columns





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: How to obtain the result of the order find on several columns
goedel

2005-09-22, 7:50 am

You could do it with the command pr(1):
It's coded for 4 columns

find / -name '* o' -print | pr --columns=4 -tT | tee logplus

Cheers,

goedel

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com