From e5eebaeca68ea3b50859e8a072e5676d1181779a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Mon, 18 May 2026 21:28:28 -0600 Subject: [PATCH] 1779161309 --- customscripts/# Errata-Oneliners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/# Errata-Oneliners.md b/customscripts/# Errata-Oneliners.md index d9bb393..c591fb6 100644 --- a/customscripts/# Errata-Oneliners.md +++ b/customscripts/# Errata-Oneliners.md @@ -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" ``` \ No newline at end of file