Search Results

Search: Posts Made By: vikas_trl
1,806
Posted By stomp
Having a demo program like this programm (I name...
Having a demo program like this programm (I name it myprogram):


echo "this is stdout"
echo "this is stderr" >&2
You get the desired files err and log with this chain:

{ ./myprogram 3>&2...
2,382
Posted By Aia
I wonder if that helps. xargs -I {} -n 1 -P 5...
I wonder if that helps.
xargs -I {} -n 1 -P 5 sqlplus -s $usr/$pwd@$Host @"{}" < x
Showing results 1 to 2 of 2

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