[TxMt] How to select something in a document by using a macro/command?
Hans-Joerg Bibiko
bibiko at eva.mpg.de
Thu Nov 22 11:25:57 UTC 2007
Addition:
To minimize the escaping one can use:
/bin/bash -c 'echo -n "$RESULT" | pbcopy -pboard find'
instead of:
/bin/bash -c 'echo -en "$RESULT" | pbcopy -pboard find'
--Hans
More information about the textmate
mailing list