Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Last active December 25, 2018 10:21
Show Gist options
  • Save rohan-molloy/68d561d6ad01215b892e7f7aae52ef5d to your computer and use it in GitHub Desktop.
Save rohan-molloy/68d561d6ad01215b892e7f7aae52ef5d to your computer and use it in GitHub Desktop.
Print lines that do not end in semicolon

Print lines that do not end in semicolon

awk '!/;\s*$/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment