LoginSignup
0
1

[sh] 任意のディレクトリ以下にあるファイルをリストアップする

Last updated at Posted at 2023-08-15

任意のディレクトリ以下にあるファイルをリストアップする。
「任意のディレクトリ」に移動して、以下を実行する。

python -c "import glob; print('\n'.join(glob.glob('*/**')))"
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1