随笔 - 388
文章 - 1
评论 - 31
阅读 -
94万
10 2022 档案
shell编程中多条命令的执行
摘要:一、shell 命令执行 java 中shell编程可以用Runtime来执行命令,在idea中,有GeneralCommandLine。 二、linux多条命令执行 在linux系统中,多条命令可以通过加分号来实现。如下: cd /root/xxx/idea-IC203/bin; sh idea.
阅读全文