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

Re: How to do this, fold + split



On Friday 30 December 2011 13:09:13 T o n g wrote:
> Hi,
> 
> I want to split a file every ### of chars. Is it possible not to split on
> the word but word boundaries?
> 
> Thanks
this shoud be what you want

split -b <num_of_chars> <input_filename>


Reply to: