Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
145 B

  1. :noblank
  2. s/ //
  3. s/[ ][ ]*$//
  4. /^$/{
  5. p
  6. :delete
  7. N
  8. s/\n//
  9. s/ //
  10. s/[ ][ ]*$//
  11. /^$/{
  12. b delete
  13. }
  14. b noblank
  15. }