print
이 질문은 사소한 것일 수 있지만 내 컴퓨터의 현재 파일 계층을 대상으로 하는 명령이 있는지 알고 싶습니다 . 예를 들어:
printhierarchy
root/bin
/boot
/dev
/etc/opt
/sgml
/X11/xsub1
xsub2/xsubb2
/X12/...
/home/...
나는 그러한 진술이 주로 교육 목적으로 사용될 것으로 기대합니다.
답변1
tree
특히 다음 사항을 확인해 보세요 tree -d /
.
/
├── bin
├── boot
│ ├── efi
│ │ └── EFI
│ │ └── debian
│ │ └── fw
│ ├── floppies
│ ├── grml
│ ├── grub
│ │ ├── fonts
│ │ ├── i386-pc
│ │ └── locale
│ └── lost+found
├── crypthome
├── dev
│ ├── block
│ ├── bsg
│ ├── bus
│ │ └── usb
│ │ ├── 001
│ │ ├── 002
│ │ ├── 003
│ │ ├── 004
│ │ ├── 005
│ │ └── 006
│ ├── char
등.