Skip to content

Commit 01ac4dd

Browse files
author
elvis kahoro
authored
Merge pull request #89 from leobm/patch-1
Update find_all_files_in_a_directory_that_dont_contain_a_string.yaml
2 parents 8036063 + bef41d4 commit 01ac4dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/file_manipulation/find_all_files_in_a_directory_that_dont_contain_a_string.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Find all files in a directory that don't contain a string"
33
command: "grep -L \"foo\" {{pattern}}"
44
tags:
55
- search
6-
- git
6+
- grep
77
description: "Finds all files in a repository that don't contain a given pattern."
88
arguments:
99
- name: pattern

0 commit comments

Comments
 (0)