fork(8) download
  1. (NF == 0 || /^[[:blank:]]*\/\//) && !found{
  2. next
  3. }
  4. NF{
  5. found=1
  6. }
  7. 1
Success #stdin #stdout 0s 4368KB
stdin
    // This is the header

// This should be deleted
print "Hi"
// This should not be deleted
print "Hello"
stdout
print "Hi"
// This should not be deleted
print "Hello"