May 24, 2001 #1 noiz IS-IT--Management Apr 19, 2001 17 US When ever i try to use cat $file1 >> temp.file it errors out on me. Is their some syntax i need to use to run cat inside a script thanks. If cat doesnt' work how else would i add the contents of a variable to a file? zion <>< =-)
When ever i try to use cat $file1 >> temp.file it errors out on me. Is their some syntax i need to use to run cat inside a script thanks. If cat doesnt' work how else would i add the contents of a variable to a file? zion <>< =-)
May 25, 2001 1 #2 sramki Programmer May 8, 2001 27 IN hey To add the contents of a variable to a file just say echo $variable >> file name bye Ramki Upvote 0 Downvote