luisfe wrote:
user@frink /opt/sage/sage
$ time true

real    0m0.000s
user    0m0.000s
sys     0m0.000s

user@frink /opt/sage/sage
$ type time
time es una palabra clave del shell

user@frink /opt/sage/sage
$ /bin/sh -c "time true"

real    0m0.000s
user    0m0.000s
sys     0m0.000s

user@frink /opt/sage/sage
$ bash -c "time true"

real    0m0.000s
user    0m0.000s
sys     0m0.000s

Second line means that time is a keyword of the shell


More interesting would probably be

$ which time

or

$ `which time` true


(/bin/sh is presumably almost always bash on Cygwin.)


-leif

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to