We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6fa9ba + 4ccc777 commit 3c83735Copy full SHA for 3c83735
1 file changed
specs/file_manipulation/find_all_files_in_a_directory_that_dont_contain_a_string.yaml
@@ -1,6 +1,6 @@
1
---
2
name: "Find all files in a directory that don't contain a string"
3
-command: "grep -L \"foo\" {{pattern}}"
+command: "grep -L \"{{pattern}}\" "
4
tags:
5
- search
6
- grep
0 commit comments