![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a command history feature in a simple UNIX shell using C | -=Cn=- | Shell Programming and Scripting | 2 | 11-13-2007 01:04 AM |
| Help with a shell script for creating a log file | heprox | Shell Programming and Scripting | 2 | 11-14-2006 02:00 AM |
| Creating database in shell, how?! | vants | UNIX for Advanced & Expert Users | 1 | 10-18-2005 08:00 PM |
| Creating my first Shell Script | plmahan | Shell Programming and Scripting | 1 | 11-21-2004 11:32 PM |
| Creating new shell in C | passat | High Level Programming | 4 | 06-06-2001 12:52 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Quote:
when generating files of huge size, it is better you attack from the block size thereby reducing the count for a 1 MB file, dd if=/dev/zero of=output.file bs=1024 count=1024 time taken = 0.13 s dd if=/dev/zero of=output.file bs=1048576 count=1 time taken = 0.08 s it is just a difference of (0.13 - 0.08) s but consider generating some 200 MB files attacking block size would surely provide a difference. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|