Skip to content

Commit c3b6f69

Browse files
SanMuHeSanMuHe
SanMuHe
authored and
SanMuHe
committed
Fix markup typo
1 parent fab61c9 commit c3b6f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/list-directories-in-tree-like-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ For example,
66
- `tree` displays the contents of the current directory and subdirectories in a tree-like format.
77
- `tree -P 't*'` displays only directories beginning with `t` or directories containing files that begin with `t`.
88
- `tree -d` displays directories only.
9-
- 'tree -L 2' restricts the max depth of the subdirectories to be 2.
9+
- `tree -L 2` restricts the max depth of the subdirectories to be 2.
1010

1111
Note: if your get "command not found" error when run the tree command, you can install it with `sudo apt-get install tree`.

0 commit comments

Comments
 (0)