On 12 Mar 2007 at 15:48, Michel González Rodríguez wrote:
> I obtained a file through the server szs.net, but have I
> received it in three parts. Like I can unite it again?

DOS/Windows syntax:
        copy /b file.1 + file.2 + file.3 file

Linux/Unix syntax:
        cat file.1 file.2 file.3 > file


> He obtenido un archivo a través del servidor szs.net, pero
> lo he recibido en tres partes, como puedo unirlo nuevamente?

MS-DOS o Windows o sistemas operativos similares:
        copy /b file.1 + file.2 + file.3 file

Linux u otro Unix o sistemas operativos similares:
        cat file.1 file.2 file.3 > file


::: SZS :::

----------------------------------------------------------------------
To contribute to the discussion, email to accmail@listserv.aol.com
To unsubscribe, email to the *admin* address [EMAIL PROTECTED]
with UNSUBSCRIBE ACCMAIL as the message body.
WWW: http://emailonly.szs.net/
----------------------------------------------------------------------
  • szs.net Michel González Rodríguez
    • Re: Joining split files (WAS szs.net) sun zoom spark

Reply via email to