I have a folder with 16000 files, execpt some of them are shortcuts to files. Is there a command to extract the path and filename of the linked file, so I know where the physical file is?
Thanks.
I have a folder with 16000 files, execpt some of them are shortcuts to files. Is there a command to extract the path and filename of the linked file, so I know where the physical file is?
Thanks.
For Unix:
readlinkis a command line tool that you can use, along with thefind, to extract the path and filename of the linked file.For windows: you can use the
whereandwmiccommands in combination