.\" $Id$ .\" .Dd Janunary 15, 2007 .Dt IMERGE 1 .Os FreeBSD .Sh NAME .Nm imerge .Nd merges one file to another interactively .Sh SYNOPSIS .Nm .Ar source .Ar destination .Sh DESCRIPTION The .Nm command is a utility to merge one file to another interactively. .Pp If given files both exist and are identical, it silently exits without doing anything. .Pp If given files both exist and they differ, differences are shown using the .Xr diff 1 command and user is asked if the source file should be installed to the destination, or merge the source file into the destination file interactively using the .Xr sdiff 1 command. .Pp If the source file is missing, user is asked if the destination file should be deleted. .Pp If the destination file is missing, user is asked if the source file should be installed to the destination. .Pp .Sh OPTIONS There is no command line option defined at the moment. .Pp .Sh SEE ALSO .Xr diff 1 , .Xr sdiff 1 .Sh HISTORY The .Nm utility was first released on 15 January, 2007. .Pp This utility was (obviously) inspired by the .Nm mergemaster utility of .Fx in hope of using part of its functionality stand-alone. .Pp The latest version of this script can be downloaded from a read-only subversion repository available at the following URL: .Dl Pa http://svn.idaemons.org/repos/imerge/ .Pp Typically you just want the .Pa trunk/ subdirectory out of the whole source tree including all the past release snapshots and so on. .Sh AUTHORS .An Akinori MUSHA Aq knu@iDaemons.org