当前位置:网站首页>DD's command
DD's command
2022-07-06 00:42:00 【Riding the waves】
dd: Copy a file in a block of a specified size , And perform the specified transformation at the same time of copying
Be careful : The place where the number is specified ends with the following characters , Multiply by the corresponding number :b=512;c=1;k=1024;w=2
| Parameters | explain | |||||||||||||||||||||||||
| if | file name | Input file name , Default to standard input . That is, specify the source file .< if=input file > | ||||||||||||||||||||||||
| of | file name | Output file name , Default to standard output . I.e. designated purpose document .< of=output file > | ||||||||||||||||||||||||
| ibs | bytes | Read in at a time bytes Bytes , That is, to specify a block size of bytes Bytes | ||||||||||||||||||||||||
| obs | bytes | One output bytes Bytes , That is, to specify a block size of bytes Bytes | ||||||||||||||||||||||||
| bs | bytes | Also set read in / The output block size is bytes Bytes | ||||||||||||||||||||||||
| cbs | bytes | One conversion bytes Bytes , That is, specify the conversion buffer size | ||||||||||||||||||||||||
| skip | blocks | Skip from the beginning of the input file blocks Block and start copying | ||||||||||||||||||||||||
| seek | blocks | Skip from the beginning of the output file blocks Block and start copying Be careful : Usually only valid if the output file is disk or tape , That is, backup to disk or tape is valid | ||||||||||||||||||||||||
| count | blocks | Just copy blocks Block , The size of the block is equal to ibs Number of bytes specified | ||||||||||||||||||||||||
| conv | conversion | Convert the file with the specified parameters
|
边栏推荐
猜你喜欢
![[groovy] compile time meta programming (AST syntax tree conversion with annotations | define annotations and use groovyasttransformationclass to indicate ast conversion interface | ast conversion inte](/img/61/73becfc3b46669d31b0cf334aa54f2.jpg)
[groovy] compile time meta programming (AST syntax tree conversion with annotations | define annotations and use groovyasttransformationclass to indicate ast conversion interface | ast conversion inte

2022-02-13 work record -- PHP parsing rich text

FPGA内部硬件结构与代码的关系

Starting from 1.5, build a micro Service Framework - call chain tracking traceid

AtCoder Beginner Contest 258【比赛记录】

Introduction of motor

MCU通过UART实现OTA在线升级流程

After Luke zettlemoyer, head of meta AI Seattle research | trillion parameters, will the large model continue to grow?

Extension and application of timestamp

Spark SQL null value, Nan judgment and processing
随机推荐
Keepalive component cache does not take effect
How spark gets columns in dataframe --column, $, column, apply
A preliminary study of geojson
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
从 1.5 开始搭建一个微服务框架——调用链追踪 traceId
如何制作自己的機器人
NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
Pointer pointer array, array pointer
Extracting profile data from profile measurement
Idea远程提交spark任务到yarn集群
Novice entry depth learning | 3-6: optimizer optimizers
Extension and application of timestamp
Spark DF增加一列
MySQL storage engine
Spark-SQL UDF函数
curlpost-php
Illustrated network: the principle behind TCP three-time handshake, why can't two-time handshake?
Uniapp development, packaged as H5 and deployed to the server
关于#数据库#的问题:(5)查询库存表中每本书的条码、位置和借阅的读者编号
Date类中日期转成指定字符串出现的问题及解决方法