シムリンクを探す

 dir -Recurse | ? { $_.LinkType } | select FullName
 dir -Recurse | ? .LinkType | select FullName          # ちょっと省略
 dir -Recurse -Depth 1 | ? .LinkType | select FullName # 直下のファイルと直下のフォルダの中のファイルだけ

参考

https://stackoverflow.com/questions/817794/find-out-whether-a-file-is-a-symbolic-link-in-powershell


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS