$ sudo apt install -y liblnk-utils
$ wslpath -a $(lnkinfo /path/to/src.lnk | grep 'Local path' | sed 's/.*: //') /mnt/c/path/to/dst
Recommended Posts