Answers:
.sh
扩展名的文件)bash -c "ls -l"
如果您使用的是具有图形环境的Linux,请按Ctrl+ Alt+ F1或Ctrl+ Alt+ F2,您将看到我的意思。(通过Ctrl+ Alt+ 循环恢复F*直到你回到图形上)
嗯,这很简单:
bash hello.sh # From a file.
bash -c 'echo "Hello, world!"' # From a string.
bash # From the terminal.
干杯!