The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Redirection problem
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Redirection problem
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
08-29-2008
PacificWonder
Registered User
Join Date: Jun 2008
Posts: 10
Quote:
Originally Posted by
indianwomen
./test.sh 1> test.txt 2>&1
try the rearranged command as follows.
./test.sh 2>&1 >test.txt
PacificWonder
View Public Profile
Find all posts by PacificWonder
Find PacificWonder's past nominations received
Find PacificWonder's present nominations given