Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mapdircmp(1)		     Manpage for mapdircmp		  mapdircmp(1)

NAME
       mapdircmp - Compare directory trees with	mapdir(1)

SYNOPSIS
       mapdircmp   [-hkv]  [-x	excludes_file]	savefile1  dirtree1  savefile2
       dirtree2

DESCRIPTION
       mapdircmp is a wrapper script around the	mapdir(1) utility, that	 makes
       the verification	of directory trees, that are assumed to	be equal, eas-
       ier  to perform.	The savefile arguments will be generated in the	invok-
       ing user's home directory by default. The following options are	under-
       stood:

OPTIONS
       -h     print usage information and exit.

       -k     keep the savefiles.

       -v     be more verbose.

       -x excludes_file
	      read  the	 files	to be excluded from excludes_file. Entries are
	      expected to contain the full path	to file	and are	read  line  by
	      line.

EXAMPLE
       Verify the consistency between /path/to/dir1 and	/path/to/dir2 and keep
       the savefiles:

       mapdircmp -k dir1.txt /path/to/dir1 dir2.txt /path/to/dir2

SEE ALSO
       mapdir(1)

BUGS
       Please report when found.

AUTHOR
       Oliver Mahmoudi (contact@olivermahmoudi.com)

mapdircmp			  April	2020			  mapdircmp(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mapdircmp&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help