-
This module is just a bash script that attempts to mimic the behavior of the Linux tree command. This is not a compiled
BINARY
and it is slower than the original tree command also many of the originaltree
arguments are not supported
- bash
tree -a | #ShowsHiddenFiles
tree -n | #NoColor
tree -d | #ShowDirectoriesOnly
tree -L | #LimitsTheDepthOfTree
tree -i | #UsesASCII
- LinuxTree Binary Output
tree /storage/emulated/0/tree
/storage/emulated/0/tree
├── META-INF
│ └── com
│ └── google
│ └── android
│ ├── update-binary
│ └── updater-script
├── customize.sh
├── module.prop
├── system
│ └── bin
│ └── tree
└── tree.zip
7 directories, 6 files
./tree.sh /storage/emulated/0/tree
/storage/emulated/0/tree
├── META-INF
│ └── com
│ └── google
│ └── android
│ ├── update-binary
│ └── updater-script
├── customize.sh
├── module.prop
├── system
│ └── bin
│ └── tree
└── tree.zip
6 directories, 6 files
Sometimes , it fails while listing big directories