Skip to content

Instantly share code, notes, and snippets.

@kokospapa8
Created April 22, 2020 01:17
Show Gist options
  • Select an option

  • Save kokospapa8/e06f32c85fa38ff23ffa0578fd2a3519 to your computer and use it in GitHub Desktop.

Select an option

Save kokospapa8/e06f32c85fa38ff23ffa0578fd2a3519 to your computer and use it in GitHub Desktop.
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