The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Output function into file
.
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
:
Output function into file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
05-15-2008
ZINGARO
Registered User
Join Date: Jul 2006
Posts: 36
Output function into file
I have this shell:
function AAAA {
echo $* > Log1
}
# main
AAA "TEST" > Log2
.....
I not see the same output in the 2 files ; only Log1 result with the strings $*
Log2 is without strings ....
Why?
ZINGARO
View Public Profile
Find all posts by ZINGARO
Find ZINGARO's past nominations received
Find ZINGARO's present nominations given