Search Results

Search: Posts Made By: suneelkumar
Forum: Solaris 12-15-2006
9,995
Posted By suneelkumar
Hi, Use "mutt" command for mailing. may be...
Hi,

Use "mutt" command for mailing. may be it will work.
Forum: AIX 12-14-2006
18,700
Posted By suneelkumar
dd if=/dev/zero of=myfile bs=1024 count=10
dd if=/dev/zero of=myfile bs=1024 count=10
4,660
Posted By suneelkumar
Hi: There's a little known device called...
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...
4,097
Posted By suneelkumar
To create a file of spcified size
Hi

By using the following command i am creating a file with specified size but it is creating with some text file. ut i want some zero equipped file.

dd if=/dev/zero of=myfile bs=1024...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy