Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lzbsupp1

    if-clause depending of a substring

    Thank you very much. The script work now. One last question to the case-command. If i've more command's accourding to one case, what is the best way to handle this, or is it enough to end with ;; ? pattern)command command command command;;
  2. lzbsupp1

    if-clause depending of a substring

    Thnk you very much. That helped my a lot. But now I#ve the problem that a read command after the pattern is ignored (No errormessage) Does one know wy ? #!/bin/bash f [ $# = 0 ] then echo ERROR: Usage is : $0 filename exit 1 fi #read the file line by line count=0 while read line do...
  3. lzbsupp1

    if-clause depending of a substring

    Hallo, I've the Problem to substitute a awk-scribt with a shell script.( On my AIX-Systems I've only the old version of awk, no nawk). I have a file like this: ///MIF-File Start Component Name = "My Workstation Template" Description = "Sample MIF Template" Start Group...
  4. lzbsupp1

    Read from Standard in

    Hallo, I'm new in this form and I',m starting using awk for scripting. I've a problem with a script within Suse Linux/AIX. Using the following script to give out Names and according values. It should be possible to change the values and write it back to the outputfile. But on a AIX-System the...

Part and Inventory Search

Back
Top