diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 8a13dc90ee..fb068c0df2 100644 --- a/pages/linux/tree.md +++ b/pages/linux/tree.md @@ -15,7 +15,7 @@ `tree -a -C` -- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters): +- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape non-printable characters): `tree -i -f`