Created
May 13, 2019 02:42
-
-
Save dyllanwli/5c76fe5a285700acc052a79e61e264ec to your computer and use it in GitHub Desktop.
Get Stuff From Fine Print Stdout
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
$(<command> | grep <something I want to grep> | awk '{print <the line I wants to get, e.g. $1>}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment