View Single Post

  #3 (permalink)  
Old 03-31-2008, 05:08 PM
lugoteehalt lugoteehalt is offline
Junior Member
User
 
Join Date: Mar 2008
My distro: Debian
Posts: 2
Rep Power: 0
lugoteehalt is on a distinguished road
Default

Don't really understand so please forgive me if this crass.

Create a file with $ touch filename. Glue the first file to the second with: $ cat file1 >> file2. $ dd if=/dev/zero of=filename bs=1024 count=1000000 gives a 1GB file full of zeros.
Reply With Quote