?? bashandperl.sh
字號:
#!/bin/bash# bashandperl.shecho "Greetings from the Bash part of the script."# More Bash commands may follow here.exit 0# End of Bash part of the script.# =======================================================#!/usr/bin/perl# This part of the script must be invoked with -x option.print "Greetings from the Perl part of the script.\n";# More Perl commands may follow here.# End of Perl part of the script.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -