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 dencom 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: johnsbn
  • Content: Threads
  • Order by date
  1. johnsbn

    pass an arg to a tcl script, which itself is called by a binary

    I need to pass an argument to the tcl from command line (this is done by a make target) But I cannot run this script using tclsh. I have to source this file as a command line option of a binary file. So when I do this, home/bin/abc -do my.tcl ARG binary errors out as it has an illegal...
  2. johnsbn

    Uniquify a column based on values of another column

    Hello, I'm a perl newbie and would appreciate your help here. This is the file I have, Arm -0.4 1.2 3.2 Bow 0.06 2.3 4.9 Arm 0.1 4.9 31.0 Pix -0.7 45.6 33.0 Gel 1.0 12.0 3.2 Arm 1.1 1.9 3.0 My columns of interest are 1 and 4. I want to uniquify column1 entries based on its...
  3. johnsbn

    Processing and not just parsing a file -- Please help !

    Hello all, I have a file similar to this, (about 1G) ================================================== startpoint: AAA endpoint: BBB # body for every start/end combo a/Xxxxxx yyy num1 num2 num3 & num4 . . . a/ttttttt fff num4 num5 num6 * num722 b/ttttttt fff num44 num50 non_zero * num734 . ...
  4. johnsbn

    Help in debugging

    I have two files with five columns each. I want to compare those two files and if the 1st and 3rd columns match, then I'd want to compute the difference between 5th column values. Here's what I have and it doesn't seem to work (no outputs). Can somebody help please? #! /usr/bin/perl...

Part and Inventory Search

Back
Top