The Free Software Foundations are proud to announce the creation of
the global “GPL Version 3 Development and Publicity Project”. This
activity is supported by no. of organizations.
URL: http://www.gnu.org/
One Day One Command
===================
dd — Convert and copy a file.
Summary:
‘dd’ copies and optionally converts data with changeable I/O block
size. Reads are issued to the input file or device for the size of
the input buffer and writes are issued for the size of the output
buffer. This allows I/O requests to be tailored to the requirements of
a task. Output to standard error reports the number of full and short
blocks read and written.