Creating a bash file using the bash file wizard

You can create a bash file using the bash file wizard

About this task

To create a bash file using the bash file wizard, follow the steps below.

Procedure

  1. Open the bash file wizard. Select File > New > Other... > Bash > File. The bash file wizard opens.

    New Wizard

    New Bash File Wizard First Page

  2. Complete the wizard. Select the project where you want the file to be located. Enter a File name. Choose the initial comment to be used on the first line of the file. For example, if bash is located on your system in the directory /bin/bash, you may choose #!/bin/bash. Click Finish to complete the wizard.

    New Bash File Wizard Second Page


Feedback