Created
November 25, 2018 02:19
-
-
Save sprhawk/bbf1410eb0922c5f6301b111d83c6f4b to your computer and use it in GitHub Desktop.
filter lines with awk
This file contains 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
ls -l | awk '$11 ~ /Python.framework/ {split($9, a, "@"); print a[1]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment