Created
April 22, 2020 01:17
-
-
Save kokospapa8/e06f32c85fa38ff23ffa0578fd2a3519 to your computer and use it in GitHub Desktop.
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
| grep -i | |
| grep -R <dir> | |
| grep -RL <dir> : out files | |
| SED - stream editor | |
| sed 's/snow/rain/' <file> - 's' for substitution replace snow to rain | |
| awk | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment