Hello list ... I read all that I could at: http://daringfireball.net/projects/markdown/ as well as the man-page. I'm still not sure as to how to get the output written to a file instead of the screen. For example, I did: markdown --html4tags convert-this.txt Should I be redirecting the output to a file, like: markdown --html4tags convert-this.txt > convert-this.html -- Duke