问题
I want to know the File ID (on Linux etx-filesystem it would be called Inode number) of some files on Windows 10. Could be in a gui but would be better on command line.
A workaround would be to use bash (e.g. git-bash or cygwin) with ls -i
. But I would prefere a windows specific solution.
回答1:
Using Windows command-promt
fsutil file queryfileid <filename>
Looks like that wildcards not supported.
来源:https://stackoverflow.com/questions/44162664/how-to-get-the-file-id-of-a-file-or-folder-in-on-windows-10-command-line