Search Results

Search: Posts Made By: mikem22
2,151
Posted By mikem22
Brilliant. Thanks for the help on that. Works...
Brilliant. Thanks for the help on that. Works perfectly now.

M.
2,151
Posted By mikem22
Adding Variables
Hi.

I have a for loop that I use to extract integer values in a shell script (ksh). Now, I would like to add the values. My preference, from my c programming days, would be to do something like...
25,960
Posted By mikem22
that's it
great.. that's what I wanted. I looked at the tr command but not with the -s switch. That now works fine, thanks.

Mike
25,960
Posted By mikem22
Removing Double Spaces for cut command
Hi

I have a shell script that looks for running processes in order to kill them. The script (ksh) gets the PID of these processes using the following:

PROCS=`ps -fu ${USERID} | egrep "MONITOR"...
2,117
Posted By mikem22
SQL Data with Spaces into Arrays
Hi

Simple thing has been driving me nuts. I have used the following code is ksh scripts to get data from Oracle table and then display it, allowing user to select one of the data options...
Showing results 1 to 5 of 5

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