Search Results

Search: Posts Made By: senem
6,118
Posted By senem
Following command doesn't help to write results...
Following command doesn't help to write results to log file.
How can I put results to a log file for this command ?

prm_result=`java -classpath . HelloWorld $parameter`
echo $prm_result>file.log
6,118
Posted By senem
Command result to file
I would like to send results as log to a file on unix.

When I try to run following command, no command_result file occured. I can't see logs.

How can I put the results to a file with java...
3,582
Posted By senem
java Command result to file
I would like to send results as log to a file on unix.
When I try to run following command, no command_result file occured. I can't see logs.
How can I put the results to a file with java command...
5,735
Posted By senem
About vi editor
How can ` character be printed on vi editor ?

empl_id=`echo $line | awk ' { print $1; } '`
3,527
Posted By senem
ksh questions - Reading columns and lines on unix
1-) For the command below, I want to read second column: 32751. How will I get it ?
$ ps -ef|grep deneme
U00 32751 22745 0 16:30 pts/1 00:00:00 ksh deneme
U00 32762 32132 0 16:30 pts/2 ...
Showing results 1 to 5 of 5

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