当前位置:网站首页>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
|
边栏推荐
- 如何利用Flutter框架开发运行小程序
- Free chat robot API
- NLP generation model 2017: Why are those in transformer
- Global and Chinese markets for hinged watertight doors 2022-2028: Research Report on technology, participants, trends, market size and share
- 常用API类及异常体系
- 如何制作自己的机器人
- curlpost-php
- Calculate sha256 value of data or file based on crypto++
- LeetCode 6005. The minimum operand to make an array an alternating array
- Pointer - character pointer
猜你喜欢

MIT doctoral thesis | robust and reliable intelligent system using neural symbol learning

Problems and solutions of converting date into specified string in date class

OS i/o devices and device controllers

Folding and sinking sand -- weekly record of ETF

OpenCV经典100题

数据分析思维分析方法和业务知识——分析方法(二)

看抖音直播Beyond演唱会有感

Notepad + + regular expression replace String

Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters

Idea远程提交spark任务到yarn集群
随机推荐
Yolov5、Pycharm、Anaconda环境安装
devkit入门
Start from the bottom structure and learn the introduction of fpga---fifo IP core and its key parameters
Search (DFS and BFS)
Extension and application of timestamp
【文件IO的简单实现】
[groovy] compile time meta programming (AST syntax tree conversion with annotations | define annotations and use groovyasttransformationclass to indicate ast conversion interface | ast conversion inte
AtCoder Beginner Contest 254【VP记录】
The third season of ape table school is about to launch, opening a new vision for developers under the wave of going to sea
Set data real-time update during MDK debug
Model analysis of establishment time and holding time
Browser local storage
Problems and solutions of converting date into specified string in date class
Spark AQE
Leetcode 44 Wildcard matching (2022.02.13)
小程序技术优势与产业互联网相结合的分析
Arduino六足机器人
Leetcode Fibonacci sequence
An understanding of & array names
uniapp开发,打包成H5部署到服务器