Skip to content

Instantly share code, notes, and snippets.

@sharmaharjeet92
Created June 30, 2021 08:10
Show Gist options
  • Save sharmaharjeet92/2d4a0943bb8887473e8974083fa8e047 to your computer and use it in GitHub Desktop.
Save sharmaharjeet92/2d4a0943bb8887473e8974083fa8e047 to your computer and use it in GitHub Desktop.
AWK
awk '($7 !~ /(css|jpeg|png|jpg)/ ){print $7}' an.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment