https://www.baeldung.com/linux/moving-files-showing-progress
$ rsmv ~/.cache/ctrlp /tmp/cache
mru/
mru/cache.txt
749 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/2)
AimerNeige / Remove All Pre-Installed App in Android Phone
0 likes
0 forks
1 files
Last active
Run this after `adb shell`
1 | for i in $(pm list packages -3 | sed 's/package://g'); do pm uninstall --user 0 $i; done |