Skip to content

Instantly share code, notes, and snippets.

@tani
Last active June 19, 2020 08:34
Show Gist options
  • Save tani/cc4acfc4a850e83e53d2029ddf1e2802 to your computer and use it in GitHub Desktop.
Save tani/cc4acfc4a850e83e53d2029ddf1e2802 to your computer and use it in GitHub Desktop.
$Env:Path += ";C:\PATH\TO\NKF\"
# Get-ChildItem -Recurse | where { ! $_.PSIsContainer } | ForEach-Object { nkf -w8 --overwrite $_ }
Get-ChildItem -Recurse | where { ! $_.PSIsContainer } | where { $_.Extension -eq "" } | ForEach-Object { echo $_.FullName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment