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

    Running a function from file on the UNIX command line

    Help!<br> <br> I've been working on this for the past few days and couldn't get this to work. I wrote a function InRange which returns a 1 if a time is within the range of another time. It works when I test it out with a body inside the inrange.awk script:<br> <br> cat b ¦ awk -F&quot; &quot...
  2. Benjamin

    Xterm Standard Out Redirection to another Xterm

    Hi Again :)<br> <br> May I ask if anyone know how to redirect output to any xterm from a window (another xterm)? Is there a command or redirection symbol specific for this? The man page for xterm does not help much with one paragraph of description.<br> <br> man xterm<br> ...<br> -Sccn<br> <br>...
  3. Benjamin

    virtual char *functionName (arguments...) const;

    Hi,<br> <br> I'm a bit rusty at remembering what I study in college. Can anyone tell me<br> what is the const; at the end of the function actually does?<br> <br> class someName {<br> <br> public:<br> ...<br> protected:<br> virtual char *functionName (args...) const; &lt;--- what does...
  4. Benjamin

    How to get xterm -exec to execute two commands

    Hi,<br> <br> I'm trying to write a script that would open an xterm window and use the<br> -exec to execute a tail command which passes the result to an awk command.<br> <br> xterm -exec tail file.log ¦ awk {parses data and prints out} &<br> <br> The problem is that the command awk is not...

Part and Inventory Search

Back
Top