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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

