Search Results

Search: Posts Made By: vigneshra
6,119
Posted By vigneshra
Hi Klash, I cannot change a.ksh. I can change...
Hi Klash, I cannot change a.ksh. I can change only b.ksh.
6,119
Posted By vigneshra
Hi, I want the change to be done in b.ksh...
Hi,

I want the change to be done in b.ksh only.

echo "abcd" | tee /dev/tty does not seem to be working.

Do you have any other suggestions? :confused:

Thanks,
Vignesh
6,119
Posted By vigneshra
Hi Nir, But the problem is the script (here...
Hi Nir,

But the problem is the script (here b.sh) is a common script that is called by a lot of scripts that are coded in this way. It is difficult to modify those scripts. So please suggest me if...
6,119
Posted By vigneshra
Redirecting to standard output from within called script
Hi,

How to achieve this? Let us assume the following:

There are 2 scripts a.ksh and b.ksh

$ cat a.ksh
sh b.sh 2>&1 >> /work/log/a_log.txt

$ cat b.sh
echo "abcd"

My requirement is, is...
Showing results 1 to 4 of 4

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