Re: Linking two files together

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 26, 2010 at 10:16 AM, Rector, David <drector@xxxxxxxxxxxxxx> wrote:

>
> I have seen 'mmv' and 'lxsplit' and they all seem to do the same thing, namely they want to physically copy the bytes in order to join two files together.
>
> Is there any such utility in linux to perform such a hard link to join or connect two files together without having to copy bytes?

Of interest file system data caching can make the problem of
copying files less than it might appear at first.  So... up to the
limitations of memory this is quicker than it might seem.

   # cat file1 file2 file3 > bigdatafile
   # yourapplication bigdatafile

In this case "yourapplication" will interact with data
blocks that are still 'live' in the system buffer
cache as a result of using cat to build the
big file.   Since the application must read the
bytes anything that preloads cache is not
a negative.

Since this laptop has 3GB of RAM I expect that
today lots of data cache is possible.   If the
data is big and busts cache then there are
other issues to consider.


-- 
        NiftyFedora
        T o m   M i t c h e l l
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux