跳转至

Linux ls 查看文件

更新日期 2023-3-1
  • 2023-3-1 更新例子
  • 2023-2-27 创建文档

Linux中最基础的操作之一。查看目录下的文件。

ls 查看当前目录下的文件

直接输入ls

直接输入ls
1
2
3
4
5
6
7
8
9
$ ls
about           fun         media           ruankao
about.md        git         n           server
android         index.md        nestjs          sip
apollo          ios         nginx           stylesheets
cocos           java            pyqt            tags.md
db          kotlin          python          tech-note-index.md
designPattern       linux           recent-post.md      webrtc
embedded        lua         redis                web

ls -l 竖着显示更多信息

ls -l
$ ls -l
total 64
drwxr-xr-x@ 15 rustfisher  staff    480  1 17 12:38 about
-rw-r--r--   1 rustfisher  staff   2403  1 17 17:46 about.md
drwxr-xr-x@ 42 rustfisher  staff   1344  8 16  2022 android
drwxr-xr-x   3 rustfisher  staff     96  7 21  2022 apollo
drwxr-xr-x   4 rustfisher  staff    128  1 23  2022 cocos
drwxr-xr-x   3 rustfisher  staff     96  8 17  2022 db
drwxr-xr-x@ 21 rustfisher  staff    672  8 16  2022 designPattern
drwxr-xr-x   6 rustfisher  staff    192 10  2 08:08 embedded
drwxr-xr-x  11 rustfisher  staff    352  9 27 12:52 fun
drwxr-xr-x   4 rustfisher  staff    128  1 22 14:21 git
-rw-r--r--   1 rustfisher  staff    772  1 18 09:39 index.md
drwxr-xr-x  11 rustfisher  staff    352 12 21 09:10 ios
drwxr-xr-x@ 17 rustfisher  staff    544  2  3  2022 java
drwxr-xr-x@  5 rustfisher  staff    160 12  1  2021 kotlin
drwxr-xr-x   4 rustfisher  staff    128  3 14  2022 linux
drwxr-xr-x   3 rustfisher  staff     96 11 22 10:03 lua
drwxr-xr-x   6 rustfisher  staff    192  4 24  2022 media
drwxr-xr-x   3 rustfisher  staff     96 12 19 15:02 n
drwxr-xr-x  11 rustfisher  staff    352  5  7  2022 nestjs
drwxr-xr-x   3 rustfisher  staff     96  7 29  2022 nginx
drwxr-xr-x  13 rustfisher  staff    416  8 22  2022 pyqt
drwxr-xr-x  11 rustfisher  staff    352  5  5  2022 python
-rw-r--r--   1 rustfisher  staff   7238  2 27 08:44 recent-post.md
drwxr-xr-x   3 rustfisher  staff     96  6 29  2022 redis
drwxr-xr-x   3 rustfisher  staff     96  4 14  2022 ruankao
drwxr-xr-x   3 rustfisher  staff     96  8 17  2022 server
drwxr-xr-x   3 rustfisher  staff     96 10 12 15:26 sip
drwxr-xr-x@  6 rustfisher  staff    192  7  8  2022 stylesheets
-rw-r--r--   1 rustfisher  staff     53 10 12 09:16 tags.md
-rw-r--r--   1 rustfisher  staff  11399  1 17 17:54 tech-note-index.md
drwxr-xr-x  12 rustfisher  staff    384  9  1 14:41 webrtc

ls 只看目录

使用 -d 参数,并且加上 */

例如:

$ ls -d */
2023-02-09/  2023-02-11/  2023-02-13/  2023-02-15/

查看指定文件

ls加指定的文件

$ ls tags.md
tags.md

通配符

1
2
3
4
5
6
7
$ ls  *.md
act_lifecycle.md            simple_launcher.md
activity-tran-animation.md      start-activity-and-send-params.md
floating-scale-act.md           start-activity-for-result.md
launch-mode-task-stack.md       uninstall-app.md
launch-send-parcelable.md       view-global-layout-listen.md
overview.md

查看指定目录

ls加指定的目录,可以查看里面的文件

1
2
3
4
$ ls webrtc/
android         media           src
capture         peerconnection      turn
intro           some-reference.md   web-samples
本站说明

一起在知识的海洋里呛水吧。广告内容与本站无关。如果喜欢本站内容,欢迎投喂作者,谢谢支持服务器。如有疑问和建议,欢迎在下方评论~

📖AndroidTutorial 📚AndroidTutorial 🙋反馈问题 🔥最近更新 🍪投喂作者

Ads