root@bt:~# tree -P "*.sh"
.
├── aspell.sh
├── chksort.sh
├── debug.sh
├── delay.sh
├── Desktop
├── pic
├── rename.sh
├── shell
│ ├── del2.sh
│ ├── deldup.sh
│ ├── del.sh
│ ├── filestat.sh
│ ├── stat.sh
│ └── tmp.sh
├── spell.sh
├── src
│ └── misc
├── temp.sh
└── tmp.sh
5 directories, 14 files
root@bt:~# tree -I "*.sh"
.
├── Desktop
│ └── backtrack-install.desktop
├── md5.sum
├── pic
│ ├── ABC.JPG
│ ├── OPQ.JPG
│ └── XYZ.JPG
├── scfifo
├── shell
│ ├── deldupfile.txt
│ ├── duplicate_files
│ ├── dup.txt
│ ├── groad.c
│ ├── hello.c
│ ├── hello.exe
│ ├── myfile.txt
│ ├── newfile.txt
│ └── shell.c
├── src
│ └── misc
├── temp.txt
├── tmpns.txt
├── tmps.txt
└── tmp.txt
5 directories, 19 files
root@bt:~# tree -P "*.sh" -h
.
├── [ 165] aspell.sh
├── [ 101] chksort.sh
├── [ 113] debug.sh
├── [ 170] delay.sh
├── [4.0K] Desktop
├── [4.0K] pic
├── [ 204] rename.sh
├── [4.0K] shell
│ ├── [ 516] del2.sh
│ ├── [ 762] deldup.sh
│ ├── [ 613] del.sh
│ ├── [ 484] filestat.sh
│ ├── [ 504] stat.sh
│ └── [ 146] tmp.sh
├── [ 160] spell.sh
├── [4.0K] src
│ └── [4.0K] misc
├── [ 88] temp.sh
└── [ 50] tmp.sh
5 directories, 14 files
# tree -H http://192.168.1.100/list.html -o list.html
# cp list.html /var/www/
欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) | Powered by Discuz! X3.2 |