Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: Hello what is the unix command to create a binary file of arbitrary size ? I used it before but I forgot the command name. Pls send your reply to my email address chicheongweng@yahoo.com also ...
Summary: Hi: There's a little known device called /dev/zero which can quickly create a file of known size. This command: dd if=/dev/zero of=myfile bs=1024 count=10 creates file "myfile" filled with zeros with...