-
-
Save sharmaharjeet92/2d4a0943bb8887473e8974083fa8e047 to your computer and use it in GitHub Desktop.
AWK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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