help for merging a file
Hi Allwe can split a file using split command.Is there any command to merge two files.Thanks in advance kanki
[137 byte] By [
Kanki] at [2007-11-26 10:44:28]

# 3
Unix doesnt have a strong distinction between text and database files.Files are just sequences of bytes. Some programs care as they are looking for the line breaks. Eg grep, sed, awk.But Cat doesnt. It just glues sequences of bytes together.