Python and bash snippets
#!/bin/bashfor i in {7..12}do dd if=/dev/zero of=test$i.bin bs=1000 count=1done
No comments:
Post a Comment