Obsidian/Recognition/Programing/Linux/Linux 명령어/리눅스 ls 정렬해서 보기.md

6 lines
45 B
Markdown

```shell
# 시간순 정렬
ls -t -r -l
```