![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Expect script issue | Segwar | Shell Programming and Scripting | 2 | 04-25-2008 08:00 AM |
| Issue with a shell script | vishalm | Shell Programming and Scripting | 4 | 12-23-2006 05:18 AM |
| Issue in my script | chiru_h | Shell Programming and Scripting | 4 | 09-27-2006 10:27 AM |
| please help ftp script issue | mgirinath | Shell Programming and Scripting | 4 | 04-28-2006 11:33 AM |
| Issue with sed in script | bthomas | Shell Programming and Scripting | 3 | 04-14-2005 05:21 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
using tar via su in a script issue !!!
I am trying to implement the below command in my shell script
su - $PROCESS -c `tar -tvf $file|tee -a $LOG/$file.log` The idea is to get the tar output on the screen and at the same time it should put the output in the log file. Problem is: 1) I donot get the output on the screen. 2) After the script exits it unsets stty erase parameter for my local shell. Thank you is advance for your valuable inputs. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|