mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
3 lines
48 B
Awk
3 lines
48 B
Awk
|
BEGIN { FS = "\t+" }
|
||
|
{ print $1, $2 }
|