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

8 lines
144 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
BEGIN {
for (idx = 1; idx < ARGC; idx++)
split(ARGV[idx], temp, ".");
}
{
print $0;
}