(root)/
gawk-5.2.2/
test/
fscaret.awk
BEGIN {
	FS="^."
	OFS="|"
}
{
	$1 = $1
}
1