From b519b284b0ef5bc1cc4432f4ed16d2dea84d44cd Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Apr 27 2018 09:25:06 +0000 Subject: Add #116 'time-1.8' --- diff --git a/_topic_map.yml b/_topic_map.yml index c3c7c69..aac9518 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -52,6 +52,8 @@ Topics: File: Mail_Servers - Name: X.Org File: Xorg + - Name: System Utilities + File: System_Utilities - Name: Changes in Fedora for Desktop Users Dir: desktop Topics: diff --git a/en-US/sysadmin/System_Utilities.adoc b/en-US/sysadmin/System_Utilities.adoc new file mode 100644 index 0000000..96bd303 --- /dev/null +++ b/en-US/sysadmin/System_Utilities.adoc @@ -0,0 +1,15 @@ + +include::en-US/entities.adoc[] + +[[sect-utilities]] += System Utilities + +[[sect-utilities-time]] +== GNU time 1.8 + +The time command runs another program, then displays information about the resources used by that program. +This version of time has changed the default output format. +If the measured command fails, time will report about it on the first line of standard error output. +This report can be suppressed by using the -q option. +The POSIX mode (-p option) is unchanged. +Users are advised to review their scripts for make sure they can parse the new time output.