Skip to content

Instantly share code, notes, and snippets.

@ramkumarrammohan
Created May 9, 2023 05:59
Show Gist options
  • Save ramkumarrammohan/a8e530ac3ae42f0a385a2571883c6c63 to your computer and use it in GitHub Desktop.
Save ramkumarrammohan/a8e530ac3ae42f0a385a2571883c6c63 to your computer and use it in GitHub Desktop.
Windows productive commands
# grep alternative windows
findstr /i /r /c:"hello" test.txt > 1.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment