スクリプト例
カレントフォルダ以下にある全てのファイルのフルパスをリストアップします。
フォルダはリストアップしません。
ls -Recurse | ?{test-path -LiteralPath $_.fullname -PathType leaf} | %{$_.fullname}
ツッコミ歓迎
カレントフォルダ以下にある全てのファイルのフルパスをリストアップします。
フォルダはリストアップしません。
ls -Recurse | ?{test-path -LiteralPath $_.fullname -PathType leaf} | %{$_.fullname}