We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfe26c commit b7724e5Copy full SHA for b7724e5
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