开发者

which ending should a vxworks script have?

开发者 https://www.devze.com 2023-03-25 06:20 出处:网络
I want to execute some shell commands automatically, but I don\'t know in which format the scripts must be written.

I want to execute some shell commands automatically, but I don't know in which format the scripts must be written.

.sh , .bat ....?

Can anybody help me with this problem?

Thanks a 开发者_运维问答lot


Simply one command per line. No extension needed.
You have to use the redirection operator to execute your script.

-> < myCommandScript
0

精彩评论

暂无评论...
验证码 换一张
取 消