Commands Help : dd

  • convert and copy a file

[SYNOPSIS] dd OPTION
option
if=FILEread from FILE instead of stdin
of=FILEwrite to FILE instead of stdout
bs=BYTESforce ibs=BYTES and obs=BYTES
count=BLOCKScopy only BLOCKS input blocks
seek=BLOCKSskip BLOCKS obs-sized blocks at start of output

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN