Ask Experts Questions for FREE Help !
Ask
    francisco899's Avatar
    francisco899 Posts: 2, Reputation: 1
    New Member
     
    #1

    Nov 3, 2003, 10:46 AM
    Unix
    What is the script for inputing a name of a file that I would like to analyse by the script?
    psi42's Avatar
    psi42 Posts: 599, Reputation: 13
    Senior Member
     
    #2

    Feb 26, 2004, 07:14 PM
    Unix
    What is the script for inputing a name of a file that I would like to analyse by the script?

    I'm not exactly sure what you're asking here...

    In order to use an argument passed to a bash (which is all I know) shell script, you would do something like this

    Code:
    #!/bin/sh
    
    echo "passed arguments: $1 $2 $3 $4"
    
    exit

    ~psi42

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Unix on Home PC [ 2 Answers ]

Hi: I do not know anything about Unix, and I want to learn. Before, in my school lab, I was watching some students , who were using that program. They always got Telnet before they accessed Unix. How do I get Telnet and Unix on my home computer? Thank you in advance for you answer.

What is unix [ 4 Answers ]

Hey how are you I just want to know what is the meaning of unix and what it is used for?


View more questions Search