Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to pipe output to a filename which will change depending on the input filename
.i.e
nawk '{
if ok print inputfile.done
else print inputfile.dis
}' inputfile.txt
thanks in advance
.i.e
nawk '{
if ok print inputfile.done
else print inputfile.dis
}' inputfile.txt
thanks in advance