Home
Manpages
About
(root)/
gawk-5.2.2/
test/
fstabplus.awk
BEGIN { FS = "\t+" } { print $1, $2 }