linux -- #!/bin/bash #!/bin/bash是指此腳本使用/bin/bash來解釋執行。 其中,#!是一個特殊的表示符,其后,跟着解釋此腳本的shell路徑。 bash只是shell的一種,還有很多其它 ...