[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
To: Jerry Yu... Re: [ale] 2 Perl questions ?
attriel wrote:
> Non-optimal probably, and not the most "efficient" manner, but it'll work,
> and I don't imagine it would be too bad. You could also set it to keep
> directories together "when possible" (IE -- when you go through the full
> "media" list and you can't fit the dir anymore, break it and do it
> file-by-file)
Or, just create one huge file and:
split --bytes=650000000 HUGEFILE
:)
--
Until later, Geoffrey