生成目录内容的文本表示

发布于 2024-08-16 09:03:49 字数 274 浏览 7 评论 0 原文

我正在寻找一个脚本来生成您所看到的目录结构的图形文本表示。我可以这样运行:

james@computer:/.../basedir$ listdir .
basedir
|-firstsubdir
| |-file
| `-subsubdir
|   |-file1
|   |-file2
|   |-file3
|   `-file4
`-secondsubdir

james@computer:/.../basedir$

大概存在已建立的脚本?我一定要写吗?

I'm looking for a script to generate the graphical-ish textual representations of directory structures that you see around. Something that I can run like this:

james@computer:/.../basedir$ listdir .
basedir
|-firstsubdir
| |-file
| `-subsubdir
|   |-file1
|   |-file2
|   |-file3
|   `-file4
`-secondsubdir

james@computer:/.../basedir$

Presumably an established script exists? Must I write it?

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

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

发布评论

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

评论(2

辞别 2024-08-23 09:03:49

tree(在 Windows 和 Linux 上 - 在 Linux 上可能需要 apt-get install tr​​ee 或类似的树)。

输入 tree /? (windows) 或 man tree 作为命令行选项。

tree (on Windows as well as Linux - might require a apt-get install tree or similar on Linux).

Type tree /? (windows) or man tree for the command line options.

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