session.txt

yotam@durini:l15:11> ls -l *.txt
-rw-r--r--  1 yotam users 146 Oct  3 15:42 old.txt
yotam@durini:l15:12> cat old.txt 
# Please don't tell anyone, that I wrote the following
He loves you and me and her
but he told me
# never to tell anyone
that it is 
# NOT 
true.
yotam@durini:l15:13> ./nocomment.py old.txt new.txt
yotam@durini:l15:14> ls -l *.txt
-rw-r--r--  1 yotam users  61 Oct  3 15:43 new.txt
-rw-r--r--  1 yotam users 146 Oct  3 15:42 old.txt
yotam@durini:l15:15> cat new.txt 
He loves you and me and her
but he told me
that it is 
true.
yotam@durini:l15:16> 

Generated by GNU enscript 1.6.4.