fork download
  1. BEGIN {
  2.  
  3. }
  4.  
  5. {
  6. num = $1;
  7. if(num == 42)
  8. else
  9. printf("%d\n", num);
  10. printf("%d . %d . %d\n", $0, $2, $3);
  11. }
  12.  
  13. END {
  14.  
  15. }
Success #stdin #stdout 0.01s 5316KB
stdin
ABC DEF GHI
stdout
0
0 . 0 . 0