overlay - overlay two or more files

Fetch the software.

Let's say you have these two files:


"This is file 1."
"                 And this is file 2."
    

Running "overlay file1 file2" will produce:


"This is file 1.  And this is file 2."
    

See also: lam.
ACME Labs / Software / overlay
email