PDA

View Full Version : Really Stupid Question



super_science_monkey
06-30-2003, 05:32 AM
ok is there a difference between typing

"sh autogen.sh"
or
"./autogen.sh"

shn
06-30-2003, 06:50 AM
Originally posted by super_science_monkey@29 June 2003 - 23:32
ok is there a difference between typing

"sh autogen.sh"
or
"./autogen.sh"
I always do it like this............ ./autogen.sh but you have to make sure that you chmod the file and make it executable.

In regard to any execuatble, whether it be linux binary or shell script or whatever. I always put ./ in front of the file name and run it from the terminal after Ive chmod it.

super_science_monkey
06-30-2003, 05:28 PM
oh ok thanx