Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须编写一个 KornShell (ksh) 脚本来调用另一个目录中的 Bourne 脚本 (sh),然后它会调用 java 程序。我有 sh 脚本工作,但不知道如何从 ksh 调用它。
谁能告诉我如何在 ksh 脚本中调用(引用)sh 脚本?我还需要将参数传递给sh。
谢谢您的帮助。
/bin/sh /other-directory/shellscript.sh