Skip to content

sachindaluja/ListHardlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

lshl: A simple Windows command-line program that lists files in a given directory that have multiple hardlinks.

It uses the Windows file management API to identify files that have multiple hardlinks.

Building:
Using Microsoft's C++ compiler: cl /EHsc lshl.cpp

Usage:
lshl [Absolute Path to Directory]

Examples:
lshl C:\Windows\winsxs (This lists all files with hardlinks in the specified directory and all it's subdirectories.)
lshl (This lists all files with hardlinks in the current working directory and all it's subdirectories.)

About

List files that have hard links (Windows).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages