Answers for "how to create .sh file in ubuntu"

0

ubuntu simple sh script

#!/bin/bash
echo "welcome"
ls
echo "this is the whole list of dir"
Posted by: Guest on March-31-2021
3

installing sh file linux

//for chromebook users:
sudo sh ./file_name.sh
Posted by: Guest on November-01-2021
1

how to execute .sh file in linux

./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.
Posted by: Guest on October-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language