C Shell 脚本 - 查找命令
我正在尝试使用 find 命令,我想知道是否有比正则表达式更简单的方法来查找具有特定结尾的文件?
在我的作业中,我必须找到所有以 .c 结尾的文件(如 C 程序的源代码文件)
I am trying to use the find command, and I was wondering if there is a simpler way than regex to find files with a specific ending?
In my assignment, I have to find all files that end in .c (like a C program's source code file)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
还不够
简单吗?
Isn't
simple enough?