2012年10月26日 星期五

dirname 字串處理

dirname是在Linux上,用來顯示檔案所處的路徑,使用上必須在命令後面加上字串,這個字串是檔案的完整路徑,也就是 "路徑+檔名" 的形式,如:

 "path/to/checkfile.txt"

所以我們只要取得路徑名稱時,只要使用下列命令,

  dirname "path/to/checkfile.txt"

這個命令的結果會顯示出 path/to。

以上資料摘自http://pickerwengs.blogspot.tw/2011/10/dirnamelinux-pathtocheckfile.html

沒有留言: