Thread
:
Writing to a File - Shell Script Help!
View Single Post
#
2
(
permalink
)
10-03-2006, 06:43 PM
brackett
Programmer
Join Date: May 2006
Posts: 193
Credits:
0
Rep Power:
11
echo "this will overwrite any existing file" > filename
echo "this will append to an existing file" >> filename
brackett
View Public Profile
Send a private message to brackett
Find all posts by brackett