Monday, December 19, 2005

Split and Reassemble files [2]


Recreating the file (cat)
Recreation of the original file is even easier. For this, we will be using 'cat'. See the man pages for more information on 'cat' (man cat).
The command that we will use is
cat x* > your original file

(I'd recommend that backup your file before any operation)

0 Comments:

Post a Comment

<< Home