2025-04-27 07:49:33 -04:00

10 lines
113 B
Plaintext

BEGIN {
FS="\t"
printf "\n"
}
{
if ($0 !~ /^;/)
printf "copy _1_bat %s\\_1_.bat\n",$1
}