> filename
$ echo "I am \"Finding\" difficult to write this to file" > testfile $ cat testfile I am "Finding" difficult to write this to file $ > testfile $ cat testfile $