We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8036063 + bef41d4 commit 01ac4ddCopy full SHA for 01ac4dd
1 file changed
specs/file_manipulation/find_all_files_in_a_directory_that_dont_contain_a_string.yaml
@@ -3,7 +3,7 @@ name: "Find all files in a directory that don't contain a string"
3
command: "grep -L \"foo\" {{pattern}}"
4
tags:
5
- search
6
- - git
+ - grep
7
description: "Finds all files in a repository that don't contain a given pattern."
8
arguments:
9
- name: pattern
0 commit comments