Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/time time.1 time.c



phk         1998/07/24 00:19:32 PDT

  Modified files:
    usr.bin/time         time.1 time.c 
  Log:
  By default, /usr/bin/time writes its output to stderr.  Two options
  have been added to time(1) to write output to an alternative destination.
  Option "-f filename" will write to filename, and filename can be - to
  write to stdout.  Option "-a filename" will append the output to filename.
  Time(1) man page has been updated to reflect the change.
  
  PR:		7368
  Submitted by:	Steven G. Kargl <kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.5       +24 -0     src/usr.bin/time/time.1
  1.7       +45 -19    src/usr.bin/time/time.c