Guest User

Untitled

a guest
Dec 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. AK3*BPS*2
  2. AK4*8*0510*1
  3. AK3*RMT*12
  4. AK4*1*0128*7*CR
  5.  
  6. BPS 2 1
  7. RMT 12 7 CR
  8.  
  9. awk -F* '$1=="AK3" { print $2, $3 } "c" ($1=="AK4" { print $4, $5 }' $FileHome/badfile_$session_num.txt >> $FileHome/input_output_record.txt
  10.  
  11. BPS 2
  12. 1
  13. RMT 12
  14. 7 CR
Add Comment
Please, Sign In to add comment