瀏覽代碼

replacing slashes with pipes

Malishev Dmitry 11 年之前
父節點
當前提交
b7724e5b7e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v-list-fs-directory

+ 1 - 1
bin/v-list-fs-directory

@@ -33,7 +33,7 @@ else
 fi
 fi
 
 
 # Listing files
 # Listing files
-find "$path" -maxdepth 1 -printf "%y/%m/%TY-%Tm-%Td/%TH:%TM:%TS/%u/%g/%s/%P\n"
+find "$path" -maxdepth 1 -printf "%y|%m|%TY-%Tm-%Td|%TH:%TM:%TS|%u|%g|%s|%P\n"
 
 
 
 
 exit
 exit