cat filename | pbcopyThis bit of magic, as I just discovered, will copy the contents of the
cat
-ed file to the clipboard, for easy pasting wherever you need to paste it. Macs. Rule.
pbcopy
== Brilliant
cat filename | pbcopyThis bit of magic, as I just discovered, will copy the contents of the
cat
-ed file to the clipboard, for easy pasting wherever you need to paste it. -Xdebug -Xrunjdwp:transport=dt_socket,address=8001,server=y,suspend=ndid some Eclipse magic ('Run | Open Debug Dialog... | (right-click) Remote Java Application | New | (fill in the details)') to point my debugger at the appropriate host and port, and I was off to the races.