Unix/Linux Command Cheat Sheet » Unix/Linux Command Line reference

Unix/Linux Command Line reference
fwunixref.pdf

Unix and Linux command reference

2 Responses to “Unix/Linux Command Line reference”

  1. I have a shell script (ksh) that calls two other shell scripts. I need to be able to set the main script up in such a way that the user can include two input file names (one each of which is used in each of the two called scripts) and the output file name on the shell command line.

    Can these command line arguments be recognized in each of the two called scripts?

    How do I code this?

  2. Not sure if this answers your question….but if I understand you right you want to be able to reference the output of the scripts by each script….

    http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1219854274440+28353475&threadId=976274

    If not, I’d recommend posting a question on EE – http://www.experts-exchange.com as you’ll find some extremely competent shell scripters there…..

Leave a Reply