all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: XeCycle <xecycle@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: shell output lost
Date: Wed, 16 Nov 2011 13:26:57 +0800	[thread overview]
Message-ID: <878vngmyce.fsf@gmail.com> (raw)
In-Reply-To: CAJ+TeofXDjd8F7VeYbR7FoSQmYUcAju1OquNfooAfX-6ohm=ig@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

Rustom Mody <rustompmody@gmail.com> writes:

> I track the output of large builds by running the make/configure
> etc from within an emacs shell
>
> Sometimes the build is so large that I also want to track how
> long it takes (while I go do something else not necessarily on
> the computer)

For this, try `time'.

> So I do something like
>
> date
> make
> date
>
> in the emacs eshell.  ie I type the second date when the make
> starts

You can try this instead:

date ; make ; date

> However I dont see its output (maybe lost somewhere in the make
> output??)
>
> Any ideas?
>

-- 
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591

[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]

      reply	other threads:[~2011-11-16  5:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-16  4:19 shell output lost Rustom Mody
2011-11-16  5:26 ` XeCycle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878vngmyce.fsf@gmail.com \
    --to=xecycle@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.