From c294bdc4b6918643e0ab73d7d375bb2a64285741 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 16 Sep 2016 11:40:15 +0100 Subject: [PATCH 1/2] Update tree.md --- pages/osx/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/tree.md b/pages/osx/tree.md index ab84aee67..c48f29834 100644 --- a/pages/osx/tree.md +++ b/pages/osx/tree.md @@ -14,7 +14,7 @@ `tree -a` -- Print the tree without indentation lines, showing the full path instead: +- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters): `tree -i -f` From 5cbcb7e7cf5cd2986eb4367a09a83dbdabaf734d Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 16 Sep 2016 11:41:23 +0100 Subject: [PATCH 2/2] linux/tree: use -N avoid escaping special chars --- pages/linux/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 727d490d5..576002485 100644 --- a/pages/linux/tree.md +++ b/pages/linux/tree.md @@ -14,7 +14,7 @@ `tree -a` -- Print the tree without indentation lines, showing the full path instead: +- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters): `tree -i -f`