shell极脚本都是以 #!开头,告知系统该文件的执行需要一个解释器。 常见的解释器类型如下:
#!/bin/sh #!/bin/bash #!/usr/bin/perl #!/usr/bin/tcl #!/bin/sed -f #!/usr/awk -f