Creating a bash file directly

Create a file with a .bash extension

About this task

You can create a bash file with an extension of bash or sh as you would any other file.

Procedure

  1. Right-click a project and select New > File.
    New File
  2. In the File name field, enter the name of the and add .bash as the file extension.
    Create Bash File

Feedback