![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to copy a file to a directory ,where file and dir are sent as args to a function? | wrapster | Shell Programming and Scripting | 0 | 06-08-2008 04:37 AM |
| function definitions file for bc | Pudnik | Shell Programming and Scripting | 0 | 03-09-2008 11:08 PM |
| How to parse through a file and based on condition form another output file | sivasu.india | UNIX for Advanced & Expert Users | 6 | 02-28-2008 12:59 AM |
| Function output | Skyybugg | Shell Programming and Scripting | 2 | 03-23-2007 12:20 PM |
| Calling other file function | maldini | Shell Programming and Scripting | 3 | 08-18-2005 11:23 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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? |
| Forum Sponsor | ||
|
|