Using column to format a directory listing

2009-10-09 1 min read Linux

<span style="color: #000000;">Using column to format a directory listing
<span style="color: #000000;">$ (printf "PERMISSIONS LINKS OWNER GROUP SIZE MONTH DAY HH:MM PROG-NAME
<span style="color: #000000;">\n" \ ; ls -l | sed 1d) | column -t
<span style="color: #000000;">Using column to format a directory listing

<span style="color: #000000;"> * View this command to comment, vote or add to favourites
<span style="color: #000000;"> * View all commands by unixmonkey1299

<span style="color: #000000;">commandlinefu.com

<span style="color: #000000;">by David Winterbottom (codeinthehole.com)

<span style="color: #000000;">URL:
<span style="color: #000000;"><a href="http://feedproxy.google.com/~r/Command-line-fu/~3/ySCm13zW-Wk/using-column-to-format-a-directory-listing">http://feedproxy.google.com/~r/Command-line-fu/~3/ySCm13zW-Wk/using-column-to-format-a-directory-listing

comments powered by Disqus