Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/01 19:47
Read: times


 
#13312 - RE: Writting Comment
if you have a Unix box (or egrep on
a DOS machine, but syntax may be
different):

copy the text-to-be-cmtd to a file
add ";tmp " comments with:
sed -e 's/^/;tmp /' file > file2
copy file2 back onto the
text-to-be-cmtd in the original
source file.

i saw a set of Unix-like tools for DOS,
once. it might be around on the net.

james


List of 10 messages in thread
TopicAuthorDate
Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      
RE: Writting Comment            01/01/70 00:00      

Back to Subject List