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 bkrike 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: *

  • Users: fumang
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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