Seeing the forest with tree
Sorting Options
The sorting options are probably what distinguishes tree
most from ls
. The default is alphabetical order, but if you suspect a file or directory might be at the bottom of the alphabet, -r
will list results in reverse alphabetical order instead (Figure 5). Similarly, --dirfirst
can save you time by listing all the directories first if you are reasonably sure that what you are looking for is a directory.
Other handy sorting options include last modification time (-t
) and last status change (-c
). However, the option most likely to interest developers is version (-v
), which can help locate a particular generation of a file.
The Next Generation
The ls
command existed in the first version of Unix [3]. It remains a core command, and tree
is not immediately obvious as an enhanced, next generation replacement.
However, the minor advantages of tree
start to add up. In particular, its ability to exclude large portions of the directory structure and its extra sorting abilities make it slightly quicker for finding most files and directories.
Additionally, its visual representation of drives should not be underestimated. By desktop standards, tree
's representation of files and directories is primitive. Yet the tree is how people are taught to think about files and directories, and to see your mental representation on the screen only makes interacting with tree
easier.
The advantage of tree
is not great in any single case. However, the more you do file management at the command prompt, the more tree
's advantages mount. Take the time to learn it, and you might decide that ls
has had its day.
For more information, check out the extensive examples of how to use tree
from Barracuda Firewall [4].
Infos
- tree: http://mama.indstate.edu/users/ice/tree/
- strftime: http://linux.die.net/man/3/strftime
- ls: http://en.wikipedia.org/wiki/Ls
- View Fedora Linux directory with tree: http://www.labtestproject.com/basic_linux_commands/view_display_linux_fedora_directory_tree_using_tree_command
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.