📄 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 + -