当前位置:网站首页>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
|
边栏推荐
- Ffmpeg captures RTSP images for image analysis
- Extracting profile data from profile measurement
- Cloud guide DNS, knowledge popularization and classroom notes
- 常用API类及异常体系
- NLP generation model 2017: Why are those in transformer
- MCU realizes OTA online upgrade process through UART
- Solve the problem of reading Chinese garbled code in sqlserver connection database
- Set data real-time update during MDK debug
- curlpost-php
- [Chongqing Guangdong education] Chongqing Engineering Vocational and Technical College
猜你喜欢
How to make your own robot
Model analysis of establishment time and holding time
Extension and application of timestamp
OS i/o devices and device controllers
Starting from 1.5, build a micro Service Framework - call chain tracking traceid
OpenCV经典100题
Spark AQE
Notepad + + regular expression replace String
Browser reflow and redraw
Set data real-time update during MDK debug
随机推荐
How to make your own robot
Notepad + + regular expression replace String
Extracting profile data from profile measurement
新手入门深度学习 | 3-6:优化器optimizers
AtCoder Beginner Contest 254【VP记录】
Meta AI西雅图研究负责人Luke Zettlemoyer | 万亿参数后,大模型会持续增长吗?
Cloud guide DNS, knowledge popularization and classroom notes
uniapp开发,打包成H5部署到服务器
Spark DF增加一列
NLP text processing: lemma [English] [put the deformation of various types of words into one form] [wet- > go; are- > be]
Synchronized and reentrantlock
Analysis of the combination of small program technology advantages and industrial Internet
Leetcode Fibonacci sequence
Leetcode 450 deleting nodes in a binary search tree
Notepad++ regular expression replacement string
The value of applet containers
[simple implementation of file IO]
[groovy] XML serialization (use markupbuilder to generate XML data | create sub tags under tag closures | use markupbuilderhelper to add XML comments)
SAP Spartacus home 页面读取 product 数据的请求的 population 逻辑
详细页返回列表保留原来滚动条所在位置