bug-coreutils
[Top][All Lists]
Advanced

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

Re: Split -b Question


From: Luke Hassell
Subject: Re: Split -b Question
Date: Thu, 10 Apr 2003 20:58:52 -0500 (CDT)

Jim and Paul, thank you both for the patches.  The patch is applied and
split is working perfectly:

  $ split -b 4000m bigfile
  $ ls -ald xa?
  -rw-r--r--    1 root     root     4194304000 Apr 10 17:23 xaa
  -rw-r--r--    1 root     root     4194304000 Apr 10 17:27 xab
  -rw-r--r--    1 root     root     4194304000 Apr 10 17:32 xac
  -rw-r--r--    1 root     root     1284715118 Apr 10 17:33 xad

This simply reaffirms why I choose to use GNU software every day. Thanks
again,

Luke





reply via email to

[Prev in Thread] Current Thread [Next in Thread]