From 4a7ece70ace8f986b20cd31fbcc53c1f46e43489 Mon Sep 17 00:00:00 2001 From: Alex Flores Date: Mon, 28 Dec 2015 23:13:19 -0500 Subject: [PATCH] adds useful commands to tree --- pages/common/tree.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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`