Sounds like a simple case of STDERR not getting piped along with STDOUT. Try this:
bzr branch lp:~nskaggs/+junkautopilot-walkthrough 2>&1 | pastebinit On Thu, Feb 7, 2013 at 10:35 PM, John Kim <[email protected]> wrote: > I guess my concern with pastebinit is getting an output of a command. > > For instance, if I wanted to get a log from running a command to show error > with pastebinit: > > bzr branch lp:~nskaggs/+junkautopilot-walkthrough | pastebinit > > This doesn't get me the output for some reason. > > However, pastebinit picks up cat contents. > > John > > > On 목, 2월 7, 2013 at 1:23 오후, Mathieu Trudel-Lapierre <[email protected]> > wrote: > > On Mon, Feb 4, 2013 at 1:20 AM, John Kim <[email protected]> wrote: >> >> Hello, >> >> I've been trying to use pastebinit to output the text following a command, >> but it doesn't seem to work on raring. Has anyone else encountered the same >> issue? > > > Works fine for me. Have you configured the pastebin to send data to, or are > you specifying it via -b ? > > Mathieu Trudel-Lapierre <[email protected]> > Freenode: cyphermox, Jabber: [email protected] > 4096R/EE018C93 1967 8F7D 03A1 8F38 732E FF82 C126 33E1 EE01 8C93 > > > > > -- > Ubuntu-motu mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu > -- Troubles are handled with propriety and no delay, all I have to do is draw the anchor up and float away. -- Buck 65 -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
