I want to print different lines to different output files using awk, depending on different conditions, like
awk '{if($2>10) print > outfile1; else print > outfile2}' infile
but this script doesn't work
how to modify it?
thanks!>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…