任意のディレクトリ以下にあるファイルをリストアップする。
「任意のディレクトリ」に移動して、以下を実行する。
python -c "import glob; print('\n'.join(glob.glob('*/**')))"
Go to list of users who liked
More than 1 year has passed since last update.
任意のディレクトリ以下にあるファイルをリストアップする。
「任意のディレクトリ」に移動して、以下を実行する。
python -c "import glob; print('\n'.join(glob.glob('*/**')))"
Register as a new user and use Qiita more conveniently
Go to list of users who liked