Skip to content

Instantly share code, notes, and snippets.

@punkdata
Created July 25, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punkdata/7603fb71a4fc6e42514f8a16bb9ea941 to your computer and use it in GitHub Desktop.
Save punkdata/7603fb71a4fc6e42514f8a16bb9ea941 to your computer and use it in GitHub Desktop.
Grep cmds
# 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