Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, Here is the scenario. I did a cut on one of my oracle database files (.dbf) which was 11G big in folder A and paste it to another folder ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    2

    [SOLVED] Need help to combine files

    Hello,

    Here is the scenario. I did a cut on one of my oracle database files (.dbf) which was 11G big in folder A and paste it to another folder B on a mounted device. However, the mounted device ran out of space and only 2G of the file was moved to folder B. Now I have two pieces of the same file 9G in folder A and 2G in folder B. Does anyone know how I can combine both these pieces to get the original file.

    Thanks a lot in advance.

  2. #2
    Just Joined!
    Join Date
    Oct 2010
    Posts
    2
    And I found the solution as well...

    use the cat command to joing two files as below:

    > cat file1 file2 > file3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...