mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
replacing slashes with pipes
This commit is contained in:
parent
3cfe26cebb
commit
b7724e5b7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue