Search Results

Search: Posts Made By: podzach
30,348
Posted By podzach
Thank you for the post. I found another way of...
Thank you for the post. I found another way of doing it.
I wrap the whole shell in ()
Like this
#!/bin/ksh
(
....
) 2>&1 | tee imp.log
6,192
Posted By podzach
Read a tab delimited
OK, let's set this up. I have a tab delimited file from excel. In my UNIX shell I have the following lines

IFS=`printf "\t"`
while read LINE_NO SKIP IGNORE_ERRORS OTHER
do
.......
30,348
Posted By podzach
Redirect within ksh
I am using ksh on an AIX box.
I would like to redirect the stdout and stderr to a file but also show them on the terminal. Is this possible? I have tried tee within my file without success.
This...
Showing results 1 to 3 of 3

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