View Single Post
Old 08-18-2005, 09:05 AM   #2 (permalink)
horndude
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

use >> or >

> will append onto the end of a file or just create one if it doesnt exist
>> will create a file and if one already exists it will overwrite whats in it

this is assuming cgwyin is using a bash shell equivalent
horndude is offline