Eric, Peng, others, > On 06/15/2010 09:23 PM, Peng Yu wrote: > > I need to add an additional common suffix to the files splited by > > split. Right now, I have to use mv to do so. But I feel it is > > convenient to have an option to add the suffix. Is this feature going > > to be considered to be added in the future? > > Hmm, considering that we recently taught mktemp how to honor suffixes, > it does indeed sound like this might be a useful feature addition. It's > probably not going to be my highest priority to write such a patch, but > I'll gladly review any patch written by someone else. I'm interested in this feature too so I wrote the attached patch which implements it by adding the "--suffix=SUFF" option. As this is my first contribution to this project, I'm not conformable with coreutils coding standard or documentation needs, so feel free to comment the submitted patch. I will take into account whatever you ask for. Cheers, Jérémy ---