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" "...
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>...
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; <--- what does...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.