關於solairs10的find命令使用
# find /bea -name subversion.xml
查詢/bea目錄下 包含名字為 subversion.xml
/bea/Deployment/Temp-IT3/subversion.xml
/bea/Deployment/bundle/et1.config/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0317/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0323/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0326/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0303/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0330/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0331/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0406/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0409/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0426/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0515/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_0913/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_20101226/BatchCore/subversion.xml
/bea/Deployment/bundle/27-December-2010/et1.config/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_20110303/BatchCore/subversion.xml
/bea/Deployment/bundle/et1.config_20110513/BatchCore/subversion.xml
#
# find /bea -name 'classes' -type d
查詢/bea目錄下 包含目錄為classes的資料夾
/bea/bea814/weblogic81/common/eval/dbvisualizer/wrapper/classes
/bea/bea814/weblogic81/server/ext/jdbc/sybase/jConnect-5_5/classes
/bea/bea814/weblogic81/samples/partners/Crystal-Reports/ReportsWeb/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/ExtensionDevKit/ControlDevKit/.workshop/output/ControlTest/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/ExtensionDevKit/TaglibExtDevKit/TaglibWebProject/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/SamplesApp/.workshop/output/GettingStarted/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/SamplesApp/.workshop/output/WebApp/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/SamplesApp/.workshop/output/WebServices/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/SamplesApp/GettingStarted/WEB-INF/classes
/bea/bea814/weblogic81/samples/workshop/SamplesApp/WebApp/WEB-INF/classes
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7417660/viewspace-1051757/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於solairs10的top命令安裝AI
- find 的命令的使用方法。
- sed命令和find命令的結合的使用
- 關於solairs10的檔案描述符問題及設定AI
- find 命令
- find命令
- Linuxcrontab下關於使用date命令和sudo命令的坑Linux
- 我常用的find命令
- 在 Linux中find命令使用技巧Linux
- linux find 命令和 while 命令聯合使用案例LinuxWhile
- 關於ftp的命令FTP
- find -newer命令
- 關於Swift中的泛函式find的問題Swift函式
- Linux下ulimit、find命令使用者LinuxMIT
- 關於oracle的Spool命令Oracle
- Linux學習之linux的find命令如何使用?Linux
- Unix 下使用 Find 命令查詢需要清理的檔案
- find 命令入門
- grep、find命令整理
- Find命令總彙
- find命令詳解
- find 命令專題
- find 命令詳解
- linux find命令Linux
- linux find 命令Linux
- Find命令練習
- linux find 命令!Linux
- find 命令全面解析
- find 命令及其示例
- `find` 命令詳解
- Dreamweaver關於媒體查詢命令的使用方法
- Linux系統下find、locate命令如何使用?Linux
- find 命令的引數詳解
- 【Shell】【find】使用find命令“完美”刪除10天以上未修改的歸檔日誌檔案
- [shell基礎]——find命令
- find命令檔名字尾
- linux/unix find命令Linux
- 為什麼要謹慎使用Linux find命令?Linux