1. Launch the Terminal. You can launch the terminal by opening the dash and searching for it by name. You could also open it using the keyboard shortcut ... 2. Launch the vi or vim editor and create a new script. Vim is a free and popular text editor that uses the command line interface. To create a script called ... 3. Type the following code: #!/bin/bash. This is known as a Shebang line.
確定! 回上一頁