私的AI研究会 > Raspbian覚書 > コマンド操作 > ツリー表示

 

「tree」コマンド

$ tree
.
├── --device-model-id
├── googlesamples
│   └── grpc
│       ├── README.rst
│       ├── __init__.py
│       ├── __pycache__
│       │   ├── assistant_helpers.cpython-37.pyc
│       │   ├── audio_helpers.cpython-37.pyc
│       │   ├── browser_helpers.cpython-37.pyc
│       │   ├── buttontotalk.cpython-37.pyc
│       │   ├── buttontotalk_traits.cpython-37.pyc
│       │   └── device_helpers.cpython-37.pyc
│       ├── assistant_helpers.py
│       ├── audio_helpers.py
│       ├── audiofileinput.py
│       ├── browser_helpers.py
│       ├── buttontotalk.py
│       ├── buttontotalk_traits.py
│       ├── device_helpers.py
│       ├── devicetool.py
│       ├── pushtotalk.py
│       ├── requirements.txt
│       └── textinput.py
├── hello.py
├── hello_nihongo.py
├── hello_today.py
├── image
│   └── image.jpg
├── key.txt
├── led.py
├── sound
│   ├── 0.wav
│   ├── 1.wav
│   ├── ganba.wav
│   ├── voice.wav
│   └── yoku.wav
├── switch_led.py
├── switch_speaker.py
└── xmodmap.txt

ディレクトリやファイルをツリー状に表示する

参考サイト

 

Last-modified: 2020-02-22 (土) 11:33:29