Parcourir la source

replacing slashes with pipes

Malishev Dmitry il y a 11 ans
Parent
commit
b7724e5b7e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/v-list-fs-directory

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

@@ -33,7 +33,7 @@ else
 fi
 
 # 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