replacing slashes with pipes

This commit is contained in:
Malishev Dmitry 2014-08-29 06:22:36 -04:00
commit b7724e5b7e

View file

@ -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