... 是否意味着所有文件都有效?

发布于 2024-10-08 00:10:13 字数 46 浏览 0 评论 0原文

... 是否意味着所有文件都有效? ....jpg 是指所有 jpg 文件吗?

Does ... mean all files in perforce?
....jpg means all jpg files?

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

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

发布评论

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

评论(2

青衫儰鉨ミ守葔 2024-10-15 00:10:13

文档中的一些示例:

... 匹配该目录下的所有文件
当前工作目录和所有
子目录。 (匹配任何东西,
包括斜杠,并且跨过
子目录)

./....c 当前目录下的所有文件
目录及其子目录,即
以.c结尾

Some examples from the documentation:

... Matches all files under the
current working directory and all
subdirectories. (matches anything,
including slashes, and does so across
subdirectories)

./....c All files under the current
directory and its subdirectories, that
end in .c

黑凤梨 2024-10-15 00:10:13

... 本质上是一个完整的通配符,因此 ...jpg 相当于在 Windows 等中搜索 *jpg。

它的实际含义取决于使用的位置。如果用于搜索,它将找到所有 jpg 文件。如果用于定义工作空间

//depot/...  //myworkspace/...

这意味着depot下的所有文件都应该放在myworkspace定义的路径上。但“全部”的含义是相同的。

... is essentially a full wildcard character so ...jpg is the equivalent of searching for *jpg in windows etc.

Its actually meaning depends on where is is used. If used in search it will find all jpg files. If used to define a workspace

//depot/...  //myworkspace/...

This means that all files under depot should be put on the path defined by myworkspace. But the meaning 'all' is the same.

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