/
githubmirror
/
cheat.sh
Обзор
Документация
Войти
/
githubmirror
/
cheat.sh
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/results/2
47 строк
2 KB
Anatoli Babenia
Update tests
17 окт 2021, 10:40
17 окт 2021, 10:40
e50a9f9
Код
Авторство
О чём код?
[48;5;8m[24m cheat:ls [24m[0m [38;5;246;03m# To display everything in <dir>, excluding hidden files:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [38;5;246;03m# To display everything in <dir>, including hidden files:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-a[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [38;5;246;03m# To display all files, along with the size (with unit suffixes) and timestamp[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-lh[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [38;5;246;03m# To display files, sorted by size:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-S[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [38;5;246;03m# To display directories only:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-d[39m[38;5;252m [39m[38;5;252m*/[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [38;5;246;03m# To display directories only, include hidden:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-d[39m[38;5;252m [39m[38;5;252m.*/[39m[38;5;252m [39m[38;5;252m*/[39m[38;5;252m [39m[38;5;252m<[39m[38;5;252mdir>[39m [48;5;8m[24m tldr:ls [24m[0m [38;5;246;03m# ls[39;00m [38;5;246;03m# List directory contents.[39;00m [38;5;246;03m# More information: <https://www.gnu.org/software/coreutils/ls>.[39;00m [38;5;246;03m# List files one per line:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-1[39m [38;5;246;03m# List all files, including hidden files:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-a[39m [38;5;246;03m# List all files, with trailing `/` added to directory names:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-F[39m [38;5;246;03m# Long format list (permissions, ownership, size, and modification date) of all files:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-la[39m [38;5;246;03m# Long format list with size displayed using human-readable units (KiB, MiB, GiB):[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-lh[39m [38;5;246;03m# Long format list sorted by size (descending):[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-lS[39m [38;5;246;03m# Long format list of all files, sorted by modification date (oldest first):[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-ltr[39m [38;5;246;03m# Only list directories:[39;00m [38;5;252mls[39m[38;5;252m [39m[38;5;252m-d[39m[38;5;252m [39m[38;5;252m*/[39m