1
vote
How to align fstab entries easily
Here is a one-liner that will align your fstab. It requires the tool "sponge", which is for instance provided by the package "moreutils" on Debian.
cp /etc/fstab /etc/fstab.old ; ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
text-processing × 8511awk × 2977
sed × 2359
shell-script × 1125
grep × 850
bash × 723
linux × 576
shell × 383
csv × 373
regular-expression × 371
perl × 345
command-line × 333
scripting × 287
files × 222
bioinformatics × 187
columns × 182
text-formatting × 179
sort × 177
join × 135
cut × 110
xml × 102
json × 101
replace × 96
numeric-data × 89
text × 82