Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
tix-rmdiff — compare removed files between two treesSYNOPSIS
tix-rmdiff | old new |
DESCRIPTION
tix-rmdiff recursively finds the files and directories that have been removed between the old and new directory trees. tix-rmdiff writes a shell script that transforms the old tree into the new tree by deleting the removed files and directories, which can be applied using tix-rmpatch(8).
rm -rf -- 'path'