Skip to content

任意スクリプトを任意データ群に掛ける

Notifications You must be signed in to change notification settings

AstroMev/scan_script_EachData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

scan_script_EachData

やりたいこと
任意のスクリプトによる処理を、複数のファイルに対して実行する。

利点
$ script file1
-> output1 が出力する script があった場合、

$ script file1 file2 file3 ...
-> output1 output2 output3 ... が出力するようにしたい。

script の argc を見て、引数の数によって処理を変えれば良いが、
全てに同じ機能を入れるのが面倒。

scan_script_EachData.csh を使えば、
$ ./scan_script_EachData.csh script file1 file2 file3 ...
-> output1 output2 output3 ... が出力して楽が出来る。

About

任意スクリプトを任意データ群に掛ける

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages