[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: i need help
From: |
Bob Proulx |
Subject: |
Re: i need help |
Date: |
Sun, 16 Mar 2003 10:08:12 -0700 |
User-agent: |
Mutt/1.3.28i |
bsr krishna wrote:
> Dear address@hidden ,
>
> 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
- i need help, bsr krishna, 2003/03/16
- Re: i need help,
Bob Proulx <=