I have the following line of code:
awk -F, '{printf "%09d,%d
" ,$1,$2}' $newDir/$processNew
and it does what I want it to, but instead of overwriting the current file, it prints out of screen.
What do I need to change to overwrite the current input file which is $processNew ?
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…