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
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Output function into file
View Single Post in UNIX 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?
Remove advertisements
Forum Sponsor
ZINGARO
View Public Profile
Find all posts by ZINGARO