Files
tldr/pages.zh/common/z.md

32 lines
646 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# z
> 跟踪使用频率最高的目录,并允许使用字符串模式或正则表达式快速导航到它们。
> 更多信息:<https://github.com/rupa/z>。
- 转到名称中包含“foo”的目录
`z {{foo}}`
- 转到名称中包含“foo”和“bar”的目录
`z {{foo}} {{bar}}`
- 转到与“foo”匹配的排名最高的目录
`z -r {{foo}}`
- 转到最近访问过的与“foo”匹配的目录
`z -t {{foo}}`
- 列出所有在 `z` 数据库中与“foo”匹配的目录
`z -l {{foo}}`
-`z` 的数据库中移除当前目录:
`z -x`
- 限制匹配到当前目录的子目录:
`z -c {{foo}}`