sys ls

vb sys ls [OPTIONS] [PATH] ...

Description

List files ls

Options

-1

One file per line

-A

Show all entries except . and ..

-a

Show files that begin with .

-d

Show just directory names, not content

-h

Human-readable sizes (with -l or -s)

-l

Long listing

-m

Comma-separated list

-r

Reverse sort

-S

Sort by size, largest first

-s

Show size for each entry

-t

Sort by mtime, newest first

Examples

  • List files in long format

$ vb sys ls -l
drwxr-xr-x 4096 2026-03-20 03:03:58 ls_demo
-rw-r--r--    7 2026-03-20 03:03:58 README.ls
  • Show all entries except “.” and “..”

$ vb sys ls -A
.hidden_ls  ls_demo  README.ls
  • List directories without expanding their contents

$ vb sys ls -d dir_one dir_two
dir_one  dir_two