We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fc00d4 + b7724e5 commit c9d9375Copy full SHA for c9d9375
1 file changed
bin/v-list-fs-directory
@@ -33,7 +33,7 @@ else
33
fi
34
35
# Listing files
36
-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"
37
38
39
exit
0 commit comments