← 返回命令列表

Linux command

lla 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List files

lla

List files in long format

lla -l

List files as a tree

lla -t

List files in a table layout

lla -T

List files in a grid

lla -g

说明

lla is a modern ls replacement built in Rust with multiple view modes (default, long, tree, table, grid), Git integration with status visualization, smart search with complex filtering patterns (OR, AND, NOT, XOR), regex support, and content search. Additional features include a diff command for directory or file comparisons, timeline view, storage analysis, interactive directory navigation with bookmarks and history, size filters with human-readable units, and time filters supporting ISO dates and relative durations.

参数

-l, --long
Display in long format with detailed information.
-t, --tree
Display as a tree structure.
-T, --table
Display in table layout.
-g, --grid
Display in grid layout.
-s, --sort _CRITERIA_
Sort by criteria (name, size, date).

FAQ

What is the lla command used for?

lla is a modern ls replacement built in Rust with multiple view modes (default, long, tree, table, grid), Git integration with status visualization, smart search with complex filtering patterns (OR, AND, NOT, XOR), regex support, and content search. Additional features include a diff command for directory or file comparisons, timeline view, storage analysis, interactive directory navigation with bookmarks and history, size filters with human-readable units, and time filters supporting ISO dates and relative durations.

How do I run a basic lla example?

Run `lla` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -l, --long do in lla?

Display in long format with detailed information.