Hello,
on a new server - coming from a windows server over to a linux.
how do I run a sh file?
can I do it from the command prompt?
What exactly do I type -- its in the /home/bin/test.sh directory?
Thanks
This is a discussion on test.sh --- new to linux -- how do I run the file? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, on a new server - coming from a windows server over to a linux. how do I run a ...
Hello,
on a new server - coming from a windows server over to a linux.
how do I run a sh file?
can I do it from the command prompt?
What exactly do I type -- its in the /home/bin/test.sh directory?
Thanks
Not sure what your tring to do. This is not an OSC or osCMax file. Maybe posting your question on a Linux OS forum would be better...
What are you tring to do? An .sh file normally is a Linux script file (simular to windows .bat ?)
See: http://filext.com/detaillist.php?extdetail=.sh
We do not use any file with a .sh on it....
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
just do ($ refers to your command prompt)
$./test.sh
this should run it. (assuming that you're at the directory which contains the shell script file)
Bookmarks