Created
December 3, 2024 02:05
-
-
Save DavesCodeMusings/fa874ed3bdcb0b395d29a456d15cb2b1 to your computer and use it in GitHub Desktop.
/etc/fstab field aligner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create order from chaos | |
| awk '{ printf "%-42s %-16s %-8s %-12s %2s %2s\n", $1, $2, $3, $4, $5, $6 }' /etc/fstab > /etc/fstab.new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment