mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
list dir
This commit is contained in:
parent
ac7de9d619
commit
15a3d9486e
2 changed files with 26 additions and 1 deletions
|
@ -39,7 +39,8 @@ fi
|
|||
|
||||
# Listing directory
|
||||
sudo -u $user find "$path" -maxdepth 1 \
|
||||
-printf "%y|%m|%TY-%Tm-%Td|%TH:%TM:%TS|%u|%g|%s|%P\n" 2>/dev/null
|
||||
-printf "%y|%m|%TY-%Tm-%Td|%TH:%TM|%u|%g|%s|%P\n" 2>/dev/null
|
||||
# -printf "%y|%m|%TY-%Tm-%Td|%TH:%TM:%TS|%u|%g|%s|%P\n" 2>/dev/null
|
||||
|
||||
# Exiting
|
||||
exit $?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue