bug#17904: issue with split command

2014-07-09 Thread Bernhard Voelker
tag 17904 notabug close 17904 stop On 07/09/2014 04:46 PM, jayaprakash.vamb...@essent.nl wrote: I am able to resolve the issue now. Thanks for the update. I'm hereby closing the bug in our bug tracker. Have a nice day, Berny

bug#17904: issue with split command

2014-07-09 Thread jayaprakash.vambara
- From: Bernhard Voelker [mailto:m...@bernhard-voelker.de] Sent: 03 July 2014 08:13 To: Vambara, Jayaprakash; 17...@debbugs.gnu.org Subject: Re: bug#17904: issue with split command tags 17904 + moreinfo stop On 07/02/2014 11:16 PM, jayaprakash.vamb...@essent.nl wrote: > Hello, > > I am us

bug#17904: issue with split command

2014-07-04 Thread Andreas Schwab
writes: > Well, as far as splitting it to separate folder is concerned, I am sure the > newly created files can never be more than 1000KB. Usually the split up files > are around 250KB - 300KB in size. The default unit for -size is actually 512 bytes, thus the limit is 500KB. Andreas. -- An

bug#17904: issue with split command

2014-07-04 Thread jayaprakash.vambara
-Original Message- From: Andreas Schwab [mailto:sch...@linux-m68k.org] Sent: 03 July 2014 18:41 To: Vambara, Jayaprakash Cc: 17...@debbugs.gnu.org Subject: Re: bug#17904: issue with split command writes: > I am using split command to split a large file and later I am renaming f

bug#17904: issue with split command

2014-07-03 Thread Andreas Schwab
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 1 {\} {}-new \; This may find the newly created files, splitting them again if any of the produced files is bigger then 1000 bytes.

bug#17904: issue with split command

2014-07-02 Thread Bernhard Voelker
tags 17904 + moreinfo stop On 07/02/2014 11:16 PM, jayaprakash.vamb...@essent.nl wrote: > Hello, > > I am using split command to split a large file and later I am renaming file. > PFB command. > > find . -size +1000 -exec split -l 1 {\} {}-new \; > find . -type f -name "*new*" -exec mv "{}

bug#17904: issue with split command

2014-07-02 Thread jayaprakash.vambara
Hello, I am using split command to split a large file and later I am renaming file. PFB command. find . -size +1000 -exec split -l 1 {\} {}-new \; find . -type f -name "*new*" -exec mv "{}" "{}".list \; However, this is giving correct result sometimes and other times : while creating files