Alternatives to Fedora Core, was: [RULE] APT, YUM...
Gabriel M. Beddingfield
gabriel at teuton.org
Thu Aug 12 15:54:26 EEST 2004
On Sunday 01 August 2004 16:44, Da Worm wrote:
> Does anyone know a quick script I can pass each of my command lines
> that will log the start and stop time of each process, so that if I go away
> and come back, I'll know how long something took?
This may be coming to you a bit late... but since I'm also working on a gentoo
install on a 486-66MHz/16MB/1.2GB, I've been playing with this a bit.
There's two ways I've found:
1. time(1), as Paul mentioned. However, when I compiled the kernel via:
# time make dep && make bzImage modules modules_install
it didn't give me the time when it was finished. But for your garden variety
'emerge' and 'tar' commands it worked fine.
2. date(1) is a good alternative. It can be used like this:
# make dep && make bzImage modules modules_install; date
the ';' makes it like an on-the-fly script, so after it's done it just prints
out the date. This seems to work a little more reliably for me.
HTH!
--
Gabriel M. Beddingfield
gabriel at teuton.org
_______________________________________________
Original home page of the RULE project: www.rule-project.org
Rule-list at rule-project.org
http://rita.choice-secure.com/mailman/listinfo/rule-list_rule-project.org
This full static mirror of the Run Up to Date Linux Everywhere Project mailing list, originally hosted at http://lists.hellug.gr/mailman/listinfo/rule-list, is kept online by Free Software popularizer, researcher and trainer Marco Fioretti. To know how you can support this archive, and Marco's work in general, please click here