首页 > 系统服务 > 详细

Linux command

时间:2020-01-16 17:29:28      阅读:71      评论:0      收藏:0      [点我收藏+]

here

1. find files in Linux

find path -name filename

Use find from the command line to locate a specific file by name or extension. The following example searches for *.err files in the /home/username/ directory and all sub-directories:

 find /home/username/ -name "*.err"
 
 
 

 

Linux command

原文:https://www.cnblogs.com/dulun/p/12202357.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!