diff --git a/cheatsheets/grep b/cheatsheets/grep index e6333d0..70fa3de 100644 --- a/cheatsheets/grep +++ b/cheatsheets/grep @@ -1,5 +1,5 @@ -# Basic +# Basic: grep pattern file -# Recursively grep for string in folder/ +# Recursively grep for string in folder: grep -R pattern folder