Find the answer to your Linux question:
Results 1 to 3 of 3
Hi! I have some files to install and I want to write a script that will install this files Someone can help me? Sorry for bad english!...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    1

    How to create a script file

    Hi! I have some files to install and I want to write a script that will install this files

    Someone can help me?

    Sorry for bad english!

  2. #2
    Linux Engineer khafa's Avatar
    Join Date
    Apr 2008
    Location
    Tokyo, Japan
    Posts
    858
    a tutorial to begin with
    shell scripting

    enjoy
    Linux and me it's a love story

  3. #3
    Linux Engineer wje_lf's Avatar
    Join Date
    Sep 2007
    Location
    Mariposa
    Posts
    1,192
    You probably don't have to do any shell scripting for this at all.

    Do this at the command line:
    Code:
    man shar
    If man pages are not installed on your system, google this:
    Code:
    linux "man shar"
    Be sure to use those double quotation marks, or you'll get a lot of unnecessary google entries.
    Hope this helps.
    --
    Bill

    Old age and treachery will overcome youth and skill.

Posting Permissions

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