Thread
:
getting output to a file.
View Single Post
08-18-2005, 09:05 AM
#
2
(
permalink
)
horndude
Master Techie
Join Date: Apr 2004
Posts: 2,534
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
View Public Profile
Send a private message to horndude
Find More Posts by horndude