Solaris 查找命令
在 Solaris 中,查找具有多种文件名格式的文件的 find
命令的语法是什么?
例如:在我当前的目录及其子目录中,如果我有 test.log
、sample.out
、demo.buf
和一些其他文件,我如何编写单个 find
命令来查找这 3 个文件。
In Solaris, what is the syntax of find
command to find files having multiple file name formats?
Eg: In my current directory and in its sub-directories if I have files like test.log
, sample.out
, demo.buf
and some other files, how can I write single find
command to find these 3 files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是正确的
this is the correct one
与所有其他 Unix 系统相同:
Same as all other Unixes: