bug-coreutils
[Top][All Lists]
Advanced

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

bug#17904: issue with split command


From: Andreas Schwab
Subject: bug#17904: issue with split command
Date: Thu, 03 Jul 2014 18:40:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux)

<address@hidden> writes:

> I am using split command to split a large file and later I am renaming file. 
> PFB command.

What does PFB mean?

> find . -size +1000 -exec split -l 10000 {\} {}-new \;

This may find the newly created files, splitting them again if any of
the produced files is bigger then 1000 bytes.  You should produce the
output in a separate directory not located below the current one.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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