Skip to content

Instantly share code, notes, and snippets.

View johnnyshankman's full-sized avatar
💀
stumbling thru the ether

Johnny Shankman johnnyshankman

💀
stumbling thru the ether
View GitHub Profile
@johnnyshankman
johnnyshankman / makeafileofanysize.sh
Created September 16, 2024 23:05
make a file of any size that's just padded with nothingness using mkfile (osx / unix)
mkfile -n 400k temp_file_name_of_400kb_file
mkfile -n 2g temp_file_name_of_10gb_file