fix format
This commit is contained in:
@@ -40,7 +40,7 @@ function deletefiles() {
|
||||
function listfolders() {
|
||||
while IFS= read -r -d $'\0' line; do
|
||||
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)
|
||||
printf "\r"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user