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 gkittelson 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. fumang

    Any ideas on speeding up this simple script.

    Thanks everyone for the help, I have tried all your suggestions, however I believe that I/O is likely the cause of the slowdown. Thinking about doing this in C. Thanks again
  2. fumang

    Any ideas on speeding up this simple script.

    I wrote a small script that would read a larger file and break it up into smaller files when it matched on certain characters. (these characters were the beginning of every file) The problem is when I run it on a really huge file, like a file with a 100,000 seperate files the script really...
  3. fumang

    PERL PARSER - Having trouble parsing data from a text file

    I'm having trouble parsing a certain section from a text file. This section of the text file is below: ---S&E O1 RRM/LCC U34/MSS *MSAAM MSSGRP.WCOMMWI/LPIC MCI /LPCX 0222/LPCA SN, 01-27-03 /PIC MCI/PICX 0222/PCA SN, 01-27-03 O1 AYW O1 ESC O1 ESL O1 ESX O1...
  4. fumang

    field delimeters

    Thanks! I played around with the awk script and got it to work. thanks for pointing me in the right direction
  5. fumang

    field delimeters

    I am creating a script in which I need to verify the contents of two separate documents at the same time. Say Doc. A&B. I need to go into each of these documents and verify that there is a specified number of fields, in this case 9 fields. I also need to verify that the field...
  6. fumang

    Script to grep two fields in seperate lines and compare the two fields

    Thanks for everything the script is working fine now
  7. fumang

    Script to grep two fields in seperate lines and compare the two fields

    I am having trouble writing a script which will compare two fields in two different lines of all files in a certain directory. So far I have been able to locate the two fields but do not know how to compare their the two values this is what I have so far. for file in "ls *.edi" ; do...

Part and Inventory Search

Back
Top