Using 'find' I'm planning to pass all files with a specific ending as an argument to a jar-file.
find $directory -type f -name "*.in"
Somehow this is supposed to happen:
java -jar MyJar-jar input.in
How can this be performed?
Thanks in Advance
|
|
Replace |
|||
|
|
|
|||
|
|