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

Giorgos Keramidas keramida at FreeBSD.org
Thu Aug 10 10:41:48 UTC 2006


keramida    2006-08-10 10:41:47 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    usr.bin/split        split.1 split.c 
  Log:
  Add support for splitting at gigabyte boundaries. [1]
  
  Also make both lowercase and uppercase suffix letters work
  as byte-count suffixes, i.e. the following two commands are
  equivalent now:
  
      % split -b 4m foo
      % split -b 4M foo
  
  Submitted by:           Roman Divacky [1]
  Lots of help by:        cperciva
  Reviewed by:            cperciva
  MFC after:              1 week
  
  Revision  Changes    Path
  1.20      +14 -3     src/usr.bin/split/split.1
  1.19      +6 -5      src/usr.bin/split/split.c


More information about the cvs-all mailing list