Last active 1705433157

Follow file transfers or similar actions in bash

Revision 63b435e0a4e2c5f1baa3a06442a60e550c4aecbf

gistfile1.txt Raw
1while true; do echo -ne "$(du -sh -BM PATH/TO/DIRECTORY/OR/FILE)\r"; sleep 1; done