fix format
This commit is contained in:
@@ -40,7 +40,7 @@ function deletefiles() {
|
|||||||
function listfolders() {
|
function listfolders() {
|
||||||
while IFS= read -r -d $'\0' line; do
|
while IFS= read -r -d $'\0' line; do
|
||||||
folders=$((folders+1))
|
folders=$((folders+1))
|
||||||
printf "\r%s %02d:%02d:%02d" $(($SECONDS/3600)) $(($SECONDS%3600/60)) $(($SECONDS%60)) $folders
|
printf "\r%02d:%02d:%02d %d" $(($SECONDS/3600)) $(($SECONDS%3600/60)) $(($SECONDS%60)) $folders
|
||||||
done < <(find "$@" -type d -print0)
|
done < <(find "$@" -type d -print0)
|
||||||
printf "\r"
|
printf "\r"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user