Skip to content

Instantly share code, notes, and snippets.

@devlights
Last active November 1, 2017 04:36
Show Gist options
  • Select an option

  • Save devlights/250287b0e6761dfe09bc3e4448f3bcda to your computer and use it in GitHub Desktop.

Select an option

Save devlights/250287b0e6761dfe09bc3e4448f3bcda to your computer and use it in GitHub Desktop.
[Windows][CommandPrompt] WindowsでLinuxのfindコマンドみたいにファイル検索するコマンド

Linux

$ find . -name "__init__.py"

Windows

> where /r . "__init__.py"
@devlights

Copy link
Copy Markdown
Author

参考にした情報

https://hacknote.jp/archives/21461/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment