Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
run script on files in folder output to file
Delarno
Programming language:
Shell/Bash
2021-05-18 11:56:04
0
Q:
run script on files in folder output to file
user52346
Code:
Shell/Bash
2021-02-24 18:55:33
for
file
in
/dir/*
do
cmd [option]
"
$file
"
>> results.out
done
0
Tags
run
file
files
folder
script
Related
bash script output and error to file
shell script to check the output of a file
bash ls exclude file
bash find text in specific file
linux convert files in folder
find files in windows command
New to Communities?
Join the community