Search Results

Search: Posts Made By: enriquegm82
Forum: Programming 02-06-2013
2,533
Posted By enriquegm82
Getting username from an informix 4gl program in UNIX
How to get the user name of the Operating system from an Informix 4gl program.

eg:-
-rw-r----- 1 gkuser srth1 292 Jul 27 19:28 u1.txt

i need to get gkuser as the result?
17,530
Posted By enriquegm82
Don Cragun, thanks for your reply, i have a...
Don Cragun, thanks for your reply, i have a question, why the usage of the command :

grep -v grep

Thanks in advance for your help.
17,530
Posted By enriquegm82
Kill an specific process ID using the KILL and GREP commands
Good afternoon

I need to KILL a process in a single command sentence, for example:

kill -9 `ps -aef | grep 'CAL255.4ge' | grep -v grep | awk '{print $2}'`

That sentence Kills the process...
2,159
Posted By enriquegm82
Request to close a thread that has been answered
Good Afternoon,
The following post "how-get-program-name-produced-io-error-redirected-log-nohup-command" is already answered. You can go ahead and close it. Thanks for your help.
Best regards.
2,440
Posted By enriquegm82
It worked!
Don Cragun, thanks very much for the explanation. It was very clear and useful. It worked!

Thanks very much to Don Cragun and DGPickett.
2,440
Posted By enriquegm82
Plz one question, why changing the order of...
Plz one question, why changing the order of redirection would make a difference? what is the meaning of "2>&1" ? I think that 2>&1 is telling that standard error becomes standard output and logges...
2,440
Posted By enriquegm82
I attempted to use redirection ">log_file 2>&1"...
I attempted to use redirection ">log_file 2>&1" and it is still logging to the outer log, instead of looging to the three inner logs. Please help.
2,440
Posted By enriquegm82
How get program name that produced an IO error redirected to a LOG in a nohup command?
Good afternoon,

I'm have program that executes in background another programs. The main program would be programA and the programs executed by the main one, would be program1a, program1b and...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 04:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy