⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bashandperl.sh

📁 Shall高级编程
💻 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 + -