“Another week and another top ten one-liners from commandlinefu
explained.“This is the third post in the series already, covering
one-liners 21-30. See the previous two posts for the introduction
of the series and one-liners 1-20:* Part I: Top Ten One-Liners from CommandLineFu Explained
* Part II: The Next Ten One-Liners from CommandLineFu Explained#21. Display currently mounted file systems nicely
$ mount | column -t
“The file systems are not that important here. The column -t
command is what is important. It takes the input and formats it
into multiple columns so that all columns were aligned
vertically.”
Another Ten One-Liners from CommandLineFu Explained
By
Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends, & analysis