Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the exa command in linux

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How do I use the exa command in linux? In view of this problem, this article introduces the corresponding analysis and answers in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible way.

Install Rust

Try a stupid installation.

$curl-sf-L https://static.rust-lang.org/rustup.sh | sh

Install exa

Exa is implemented in Rust, and your system must support Rust 1.17.0 or higher before installation. Exa currently supports some common distributions to be installed through software packages, such as:

Fedora

$sudo dnf install exa

Arch

$sudo pacman-S exa

OpenSUSE

$sudo zypper install exa

MacOS

$brew install exa

If you are using a distribution that does not support installation through software packages, you can also download the compiled binary version directly from the official warehouse Releases page. Take the Linux system as an example:

# download the corresponding binary version and unzip and install it to the specified directory $wget https://github.com/ogham/exa/releases/download/v0.9.0/exa-linux-x86_64-0.9.0.zip$ unzip exa-linux-x86_64-0.9.0.zip$ mv exa-linux-x86_64 / usr/local/bin# download and install the corresponding MAN manual $wget https://raw.githubusercontent.com/ogham/exa/master / contrib/man/exa.1$ mv exa.1 / usr/share/man/man1

Look at the error report, Perimission denied. Add a sudo and OK.

$sudo make install

Feel it.

$exa-1: one per line

$exa-l: show details

$exa-R: recursive display, showing the current folder first, and then recursively displaying the files in each subfolder

Exa-T: tree display, which is also my favorite feature

$exa-x: reorder the default downward sorted grid structure to the right

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

This is the answer to the question about how to use the exa command in linux. I hope the above content can be of some help to you. If you still have a lot of doubts to solve, you can follow the industry information channel to learn more about it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report