logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

hadori - hardlink identical files

Author

       Written by Timo Weingärtner.

Description

       This  might  look  like  yet  another  hardlinking  tool, but it is the only one which only memorizes one
       filename per inode. That results in  less  memory  consumption  and  faster  execution  compared  to  its
       alternatives. Therefore (and because all the other names are already taken) it's called "HArdlinking DOne
       RIght".

       Advantages over other hardlinking tools:

       • predictability: arguments are scanned in order, each first version is kept

       • much lower CPU and memory consumption

Name

       hadori - hardlink identical files

Options

-h [ --help ]
              print this help message

       -V [ --version ]
              print version information

       -t [ --no-time ]
              ignore mtime

       -n [ --dry-run ]
              don't change anything, implies --verbose-v [ --verbose ]
              show which files get linked

       -d [ --debug ]
              show files being examined

       -s [ --stdin ]
              read arguments from stdin, one per line; you can't combine that with arguments on the commandline

       -0 [ --null ]
              implies --stdin, but use null bytes as delimiter

Reporting Bugs

       Report bugs to the Debian BTS at https://bugs.debian.org/ or by mail to timo@tiwe.de.

hadori 1.1                                        December 2023                                        HADORI(1)

Synopsis

hadori [ OPTIONS ] [ ARGUMENTS ]

See Also