No description
main.py | ||
myfile | ||
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
main.py | ||
myfile | ||
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