Created
July 25, 2019 21:06
-
-
Save punkdata/7603fb71a4fc6e42514f8a16bb9ea941 to your computer and use it in GitHub Desktop.
Grep cmds
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
# Use this command to extract the data from a file after the "=" charcater | |
grep smoke_test_ip test.txt | cut -d '=' -f 2- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment