Kaynağa Gözat

Merge branch 'master' of github.com:serghey-rodin/vesta

Serghey Rodin 11 yıl önce
ebeveyn
işleme
c9d937567f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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