directory update/progress while copying
Posted: Mon Jan 23, 2023 8:22 pm
Code: Select all
watch -n 5 du -h -d 1 /directory_i_want_to_view
Code: Select all
watch -n10 'df -ah | grep "p4"'Code: Select all
watch -n 5 du -h -d 1 /directory_i_want_to_view
Code: Select all
watch -n10 'df -ah | grep "p4"'