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!

Recent content by isileth

  1. isileth

    Not sharing ICA connection

    When running apps on the same metaframe server, some of the users will see multiple ICA Connections from their client to the metaframe server. We've tried different users on the same client machine, connecting to the same metaframe server, and one user will be able to run multiple apps that...
  2. isileth

    find string & grab next 10 lines...

    Many thanks for the help - worked perfectly.
  3. isileth

    find string & grab next 10 lines...

    OK, am searching a file for a certain text string - when I find it, I need to output the line it's in, and the following 10 lines? Any help much appreciated.
  4. isileth

    Sed - stripping out directories & file extensions

    OK just reread my original post... ....could be slightly unclear. I have a large file with thousands of lines in the following format: /dir1/dir2/dir3/dir4/line_name__________more_info.extension And I simply want a listing of the line_name section (as discussed in my initial email).
  5. isileth

    Sed - stripping out directories & file extensions

    I've got a utility which outputs certain filenames in the following format: /dir1/dir2/dir3/dir4/line_name__________more_info.extension /dir1/dir2/dir3/line_name__________more_info.extension ^^^^^^^^^ I need to strip out just the line_name part (without the trailing...
  6. isileth

    stripping off end of lines

    I've got a file which looks similar to this (but with many many more lines): AZ-95-TEST________ BP95_1234_EX______ 1_2_3_____________ The software that outputs this list, pads out the end of the character strings with underscores (_) up to a certain length. I need to strip out the underscores...
  7. isileth

    Reformating problem making me lose hair.

    OK....driving me nuts here. I have a file which is in s format somewhat akin to below: 12345 x y z 12345 a bb c dd 12345 m n o 45678 x y z 45678 a bb c dd 45678 m n o 34567 x y z 34567 a bb c dd 34567 m n o The first column number (eg 12345) is like a process id and all the other variables are...
  8. isileth

    Sparc 10 Memory capability

    Hey - Am shortly getting my hands on an old Sparc 10 (don't ask...think it was being used as a door stop) and it's only got 32MB of RAM with it. Anyone know how much more memory these things will take...I'm assuming at least 256MB will go in there? Cheers all.
  9. isileth

    decimating a HUGE file

    Guys - Got a massive 5 column file - I need to basically create a new file with every nth line from the original. I'm fairly new to awk and have left all my course notes and reference manuals at home! Any help would be appreciated Cheers.

Part and Inventory Search

Back
Top