Results 1 to 3 of 3

Thread: Really Stupid Question

  1. #1
    ok is there a difference between typing

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

  2. Software & Hardware   -   #2
    shn's Avatar Ð3ƒμ|\|(7
    Join Date
    May 2003
    Posts
    3,568
    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.

  3. Software & Hardware   -   #3
    oh ok thanx

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •