ubuntu-buildroot/output/build/host-gawk-5.2.0/test/splitargv.ok

8 lines
144 B
Plaintext

BEGIN {
for (idx = 1; idx < ARGC; idx++)
split(ARGV[idx], temp, ".");
}
{
print $0;
}