Computing.Net > Forums > Linux > How to run .sh script file?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to run .sh script file?

Reply to Message Icon

Name: Tim R.
Date: November 28, 2003 at 17:04:32 Pacific
OS: redhat
CPU/Ram: 256
Comment:

I downloaded a .sh script file that will change the name of files from upper to lower case. I am still new to Redhat 7.2, how do I run the script?



Sponsored Link
Ads by Google

Response Number 1
Name: Balram Adlakha
Date: November 29, 2003 at 02:07:18 Pacific
Reply:

just do:
sh name-of-script.sh

or if the script has executable permissions,
do:

./name-of-script.sh

from the directory where the script resides.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: How to run .sh script file?

How to run a script at certain time www.computing.net/answers/linux/how-to-run-a-script-at-certain-time/21824.html

How to run .sh? www.computing.net/answers/linux/how-to-run-sh/13342.html

how to install .sh.bin files? www.computing.net/answers/linux/how-to-install-shbin-files/22026.html