Skip to content

SohagHossen/Bash_Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash_Scripts

Cloning the Repository

  1. Open a terminal on your system.
  2. Run the following command to clone the repository:

bash

git clone https://github.com/SohagHossen/Bash_Script.git

  1. Change into the repository directory:
    cd Bash_Script

Running the Script

Check Available Files:

1. List the files in the repository to find the script file:

ls -l

2. Give Execute Permission (if needed):

If the script is not executable, make it executable using:
chmod +x script_name.sh

3. Run the Script:

Execute the script using:
./script_name.sh

Or, if running with Bash explicitly:

bash script_name.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages