bsr  krishna wrote:
> Dear [EMAIL PROTECTED]         ,
> 
> I am using split command. I need a help to you. This is the 
> problem i taked a file and splited three breakes now how can i 
> unsplit, what is the  command .

The 'split' program unless told otherwise will split into files named
with a PREFIX ('x' by default) followed by a group of letters 'aa',
'ab', and so on, such that concatenating the output files in sorted
order by file name in an ASCII locale produces the original input
file.  (If more than 676 output files are required, 'split' uses
'zaa', 'zab', etc.)

Try:

  cat x* > file

Bob


_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils

Reply via email to