Using column to format a directory listing
$ (printf \"PERMISSIONS LINKS OWNER GROUP SIZE MONTH DAY HH:MM PROG-NAME
\\n\" \\ ; ls -l | sed 1d) | column -t
Using column to format a directory listing
* View this command to comment, vote or add to favourites
* View all commands by unixmonkey1299
commandlinefu.com
by David Winterbottom (codeinthehole.com)
Link to this post!
One thought to “Using column to format a directory listing”
You must log in to post a comment.