Linuxopsys
Linuxopsys

@linuxopsys

4 Tweets 3 reads Feb 16, 2023
Linux tip of the day 💡
Try out lsd instead of ls to list files in a directory. This tool is a rewrite of GNU ls command with many new features such as colors, icons, a tree-view, more formatting options, and so on:
$ sudo apt install lsd
Apart from using lsd, exa is also another cool replacement for the venerable file-listing command-line program ls that comes with Unix and Linux operating systems, adding features and improving defaults. It uses colors to differentiate between file types and metadata.
It is familiar with symlinks, extended attributes, and Git. It's also small, fast, and only has one binary. Exa attempts to be a more feature-rich, user-friendly version of ls by deliberately making some decisions differently.
This program may not be installed on your system, so you must first install it using your system package manager, such as in Ubuntu or Debian run:
$ sudo apt install exa
Follow us (@linuxopsys) for more byte sized Linux tips and be a better informed Linux user 🐧😎

Loading suggestions...