Linux命令行大全:第2版
最新书摘:
-
三諼愺2018-07-29The #! character sequence is, in fact, a special construct called a shebang. The shebang is used to tell the system the name of the interpreter that should be used to execute the script that follows. Every shell script should include this as its first line.
-
angwer2015-02-10When no argument is passed, the exit status defaults to 0.