bug#17904: issue with split command

2014-07-09 Thread jayaprakash.vambara
Hi All, After some investigation, I found that inspite of me giving a size specification as +1000, it is taking 500 as default and in this due course, it has deleted some files which were over 500KB. I am able to resolve the issue now. Thank You, V. Jayaprakash -Original Message- F

bug#17904: issue with split command

2014-07-04 Thread jayaprakash.vambara
Hi Andreas, PFB means please find below :-) (sorry for the confusing acronym) 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. Thank You, V. Jayaprakash

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