GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IMERGE(1) FreeBSD General Commands Manual IMERGE(1)

imerge
help merge one file to another interactively

imerge [-x diff_flags] [-X sdiff_flags] source destination

The imerge command is a utility to help merge one file to another interactively.

If given files both exist and are identical, it silently exits without doing anything.

If given files both exist and they differ, differences are shown using the diff(1) command and user is asked if the source file should be installed to the destination, they should be edited first, or the source file should be merged into the destination file interactively using the sdiff(1) command.

If the source file is missing, user is asked if the destination file should be deleted.

If the destination file is missing, user is asked if the source file should be installed to the destination.

Currently symbolic links are not supported. If either of given files is a symbolic link, no operation is performed.

The following command line arguments are supported:

diff_flags
Set command line flags for diff(1) to diff_flags. The default value is “-u”.

sdiff_flags
Set extra command line flags for sdiff(1) to sdiff_flags. The default value is “-a -s”.

Name of the editor program to run when user chooses to edit files.

Name of the pager program to run when showing differences.

diff(1), sdiff(1)

The imerge utility was first released on 15 January, 2007.

This utility was (obviously) inspired by the mergemaster utility of FreeBSD in hope of using part of its functionality stand-alone.

Akinori MUSHA ⟨knu@iDaemons.org⟩

Licensed under the 2-clause BSD license. See LICENSE.txt for details.

Visit the GitHub repository (URL: https://github.com/knu/imerge) for the latest information and feedback.

Janunary 15, 2007

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.