Skip to content

Instantly share code, notes, and snippets.

@DavesCodeMusings
Created December 3, 2024 02:05
Show Gist options
  • Select an option

  • Save DavesCodeMusings/fa874ed3bdcb0b395d29a456d15cb2b1 to your computer and use it in GitHub Desktop.

Select an option

Save DavesCodeMusings/fa874ed3bdcb0b395d29a456d15cb2b1 to your computer and use it in GitHub Desktop.
/etc/fstab field aligner
# 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