n-t-roff / rlcmp

Recursive file compare tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rlcmp

rlcmp is simple recursive file compare tool for UNIX systems which (in contrast to diff(1)) never follows symbolic links. The tool can be used to check the integrity of local backups or doing verified data moves between different local file systems with a sequence cp -RpP ..., rlcmp ..., rm -rf... .

Due to the limited functionality of rlcmp it is faster than diff(1). So for simple file or directory integrity tests with just a pass/fail result it can be used as a fast alternative.

Additional information can be found in the manual page and the installation instructions.

The tool is downloaded with

git clone https://github.com/n-t-roff/rlcmp.git

and can be updated with

git pull

About

Recursive file compare tool

License:BSD 2-Clause "Simplified" License


Languages

Language:C 91.0%Language:Roff 5.3%Language:Makefile 2.4%Language:QMake 1.2%