Skip to content

Commit 3e01788

Browse files
committed
update workflow description
1 parent b43d87b commit 3e01788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/shell/search_files_and_process.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: Search for specified file types and process the file
2+
name: Search for specified file types and run a certain command for each file
33
command: "find -E {{path}} -iregex \".*\\.({{extensions}})\" -print | xargs -n1 -I _item {{command}} _item"
44
tags:
55
- shell
6-
description: Use the Find command to search for specified file types and process each file
6+
description: Use the Find command to search for specified file types and run a certain command for each file
77
arguments:
88
- name: path
99
description: The path to search for files.

0 commit comments

Comments
 (0)