No description
.gitignore | ||
main.py | ||
notepad.py | ||
notes.txt | ||
README.md |
Generating a file
head -c 8 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file
.gitignore | ||
main.py | ||
notepad.py | ||
notes.txt | ||
README.md |
head -c 8 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file