LINKS |
Purpose: | Display the hardlinks for the specified file(s) |
Format: | LINKS [@file] file... |
@file | A text file containing the filenames, one per line (see @file lists for details). |
file | The file with the hardlinks |
File Selection
Supports multiple file names.
Example:
[d:\temp] echo foo > foo
[d:\temp] links foo
D:\temp\foo
[d:\temp] md temp2
[d:\temp] mklink /h temp2\bar foo
[d:\temp] links foo
D:\temp\temp2\bar
D:\temp\foo