ex23.sh

来自「Shall高级编程」· Shell 代码 · 共 17 行

SH
17
字号
#!/bin/bash#  Invoke this script both with and without arguments,#+ and see what happens.for ado echo -n "$a "done#  The 'in list' missing, therefore the loop operates on '$@'#+ (command-line argument list, including whitespace).echoexit 0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?