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>


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201112301603.38400.kleberfortal...@gmx.com

Reply via email to