How to get the File ID of a file or folder in on Windows 10 command line?

只谈情不闲聊 提交于 2019-12-12 05:16:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!