Manolis Kiagias wrote:
First thing that may be wrong is the understanding of the time
figures. The documentation is not clear about them and the -h option
is not working :
client6# time -h tar -cf - /usr > /dev/null
-h: Command not found.
0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w
Just a sidenote, you are probably getting a version of time integrated
to your shell. The -h option works fine in /usr/bin/time, so run like this:
client6# /usr/bin/time -h tar -cf - /usr > /dev/null
Very true, this is it :-) Thanks a lot for your help !
Best regards,
--
Bernard DUGAS Mobile +33 615 333 770
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"