On Apr 24, 2014, at 9:06 PM, Rick Gordon <[email protected]> wrote:
> Thanks, Rod, > > That general pattern of piping to the bbedit command will have all sorts of > uses to me. > >> Rod Buchanan <mailto:[email protected]> >> April 24, 2014 1:44 PM >> >> cat file ... | bbedit In that case consider creating an alias in your shell profile -- .bash_profile, or whatever you use -- such as alias bbdisplay="bbedit --clean --view-top --new-window" See the bbedit man page for explanation of the options; these particular options are useful for viewing the output if you don't intend to edit the result. Then pipe into bbdisplay, cat file1 file2 | bbdisplay -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
