1779161309

This commit is contained in:
2026-05-18 21:28:28 -06:00
parent 8d1e80e3e4
commit e5eebaeca6
+1 -1
View File
@@ -5,5 +5,5 @@ clear && echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DO
```
watch file growth based on partial names
```bash
file_tag="2026-05-18-2058-MDT"; watch -n 300 "clear && echo -e '\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n' && ls -lAh *$file_tag* && echo && free -h && echo && uptime"
file_tag=Kali-Pi5-Full-Configured-Working-1TB && dump_pid=1717053 && watch -n 300 "echo -e '\n\n\n\e[32mFOOOKN 1TB DUMP IN PROGRESS DONT FUCK WITH ANYTHNG\e[0m\n\n\n' && ls -lAh *${file_tag}* && echo && free -h && echo && uptime && echo && ps -p $dump_pid -o etime"
```