From efsubenovex@gmail.com Fri Oct 2 00:14:04 2009 From: Schell To: textmate@lists.macromates.com Subject: [TxMt] Using tail -f for HTML output Date: Thu, 01 Oct 2009 17:13:24 -0700 Message-ID: <65f5d7330910011713g566bd067hba34034fbb3921ca@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0407416947441048772==" --===============0407416947441048772== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi guys. I'd like to get rid of the terminal [for monitoring trace output] while developing AS3 projects. I'd like to use a command like: (code) :>/Users/{me}/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt #truncate the flashlog echo "
"
tail -f /Users/schell/Library/Preferences/Macromedia/Flash\
Player/Logs/flashlog.txt &
(/code)
in order to have the contents of my flashlog.txt spill into the html
output window. This would be great because I'd like to format my trace
statements with HTML.

That won't update in real time, so I've written this code instead for testing:
(code)
cat<<-HTML


    
    untitled
    







HTML
(/code)

But with this code I never get any output. If I replace my 'tail -f'
with something like 'ping efnx.com', I get some output. Is this
because we're not allowed to access any files through this interface?
Anyone have any ideas?
--
Schell Scivally
efsubenovex(a)gmail.com
http://blog.efnx.com

--===============0407416947441048772==--