[OMC] Working with selected text
OnMyCommand discussion
omc at abracode.com
Tue May 27 09:42:44 PDT 2008
Hi,
I want to graba selected table on a web page and grep or unexpand the
multiple spaces to tabs and place the result on the clipboard to
paste into a spreadsheet.
How can I achieve this? I probably do not need to make a temporary
file.
echo __OBJ_TEXT__ > /temp/converted.txt
unexpand -a /temp/converted.txt
or a grep command
pbcopy < /temp/converted.txt
I'm using OMC 2.0 preview 9
Thanks,
Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://abracode.com/pipermail/omc_abracode.com/attachments/20080527/4ee1d018/attachment.html
More information about the OMC
mailing list