Linux運維筆記--經常使用命令

#查找含有字符串 '1234' 的文件
grep '1234' /opt/app/nginx/conf/vhosts/*.conf

 

#查看文件大小
du -h --max-depth=1
相關文章
相關標籤/搜索