other_script
来自「Advanced Bash− Scripting Guide An 」· 代码 · 共 8 行
TXT
8 行
# NOTE: This script cannot be invoked with #!/bin/ksh # because function "sayit" is imported from script# "calling_script", not defined in this script.print "In other script "sayit Danprint "Returning to calling script"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?