bash ls 文件与目录中的其他文件

发布于 2025-01-11 00:21:46 字数 250 浏览 0 评论 0原文

我想列出 2 个文件,一个在当前目录中,一个在子目录中。

我有这个:

tree
.
├── file1
└── folder1
    └── file1

我想做 ls 来列出两个 file1,我该怎么做? 我记得有类似 ls {file1|folder1/file1} 的内容,但我不记得语法以及如何使用它

I want to list 2 files, one in current directory and one in subdirectory.

I have this:

tree
.
├── file1
└── folder1
    └── file1

And I want to do ls to list both file1, how can I do it?
I remember there is something like ls {file1|folder1/file1} but I dont remember the syntax and how to use it

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦途 2025-01-18 00:21:46

嗯,我找到了,
它的大括号扩展(归功于用户:1934428

只是一些很酷的东西:
要查看扩展的 ls 功能,只需查看 bash 中的扩展通配符

以及我正在寻找的内容因为是这样的:

ls {.,*}/file1

well I found it,
its brace expansion (credit to user:1934428)

just something cool:
to see extended ls feature just see extended globbing in bash

and what I was looking for is this:

ls {.,*}/file1
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文