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