码迷,mamicode.com
首页 > 其他好文 > 详细

文件操作

时间:2019-11-20 19:45:43      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:nbsp   locate   src   var   code   HERE   exe   path   http   

  • file:查看文件类型
  • which:根据“path”环境变量规定的路径查找指令的文件路径
  • whereis:
  • 技术图片
  • locate / updatedb: 
  • 技术图片
    • updatedb:根據 /etc/updatedb.conf 的設定去搜尋系統硬碟內的檔名,並更新 /var/lib/mlocate 內的資料庫檔案;
    • locate:依據 /var/lib/mlocate 內的資料庫記載,找出使用者輸入的關鍵字檔名。
  • find:
  • 技术图片
  • 技术图片

    技术图片

    技术图片

    • {} 代表的是『由 find 找到的內容』,如上圖所示,find 的結果會被放置到 {} 位置中;
    • -exec 一直到 \; 是關鍵字,代表 find 額外動作的開始 (-exec) 到結束 (\;) ,在這中間的就是 find 指令內的額外動作。 在本例中就是『 ls -l {} 』囉!
    • 因為『 ; 』在 bash 環境下是有特殊意義的,因此利用反斜線來跳脫。

     

     

     

     

  •  

     

文件操作

标签:nbsp   locate   src   var   code   HERE   exe   path   http   

原文地址:https://www.cnblogs.com/itheone/p/11899878.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!