mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add other
tree
This commit is contained in:
parent
723ff2314a
commit
981208c791
15
README.md
15
README.md
@ -1678,7 +1678,20 @@ script output.txt
|
|||||||
#start using terminal
|
#start using terminal
|
||||||
#to logout the screen session (stop saving the contents), type exit.
|
#to logout the screen session (stop saving the contents), type exit.
|
||||||
```
|
```
|
||||||
|
##### list contents of directories in a tree-like format.
|
||||||
|
```bash
|
||||||
|
tree
|
||||||
|
#go to the directory you want to list, and type tree (sudo apt-get install tree)
|
||||||
|
#output:
|
||||||
|
#one/
|
||||||
|
#└── two
|
||||||
|
# ├── 1
|
||||||
|
# ├── 2
|
||||||
|
# ├── 3
|
||||||
|
# ├── 4
|
||||||
|
# └── 5
|
||||||
|
#
|
||||||
|
```
|
||||||
|
|
||||||
## System
|
## System
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||||
|
Loading…
Reference in New Issue
Block a user