diff --git a/pages/common/tree.md b/pages/common/tree.md index b68ec4e6de..8faee5af75 100644 --- a/pages/common/tree.md +++ b/pages/common/tree.md @@ -17,3 +17,11 @@ - Print human readable size of files `tree -h` + +- Print the full path for each file + +`tree -f` + +- Print the tree without lines and indentation. Useful when used with -f + +`tree -i`