We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43d87b commit 3e01788Copy full SHA for 3e01788
1 file changed
specs/shell/search_files_and_process.yaml
@@ -1,9 +1,9 @@
1
---
2
-name: Search for specified file types and process the file
+name: Search for specified file types and run a certain command for each file
3
command: "find -E {{path}} -iregex \".*\\.({{extensions}})\" -print | xargs -n1 -I _item {{command}} _item"
4
tags:
5
- shell
6
-description: Use the Find command to search for specified file types and process each file
+description: Use the Find command to search for specified file types and run a certain command for each file
7
arguments:
8
- name: path
9
description: The path to search for files.
0 commit comments