当前位置:网站首页>Replace the files under the folder with sed
Replace the files under the folder with sed
2022-07-03 10:06:00 【ldinvicible】
<drv_types.h> "../include/drv_types.h"
Use sed Replace
sed -i "s/<hal_data.h>/\"..\/include\/hal_data.h\"/g" `grep \<hal_data.h\> -rl ./`
sed -i "s/<drv_types.h>/\"..\/include\/drv_types.h\"/g" `grep \<drv_types.h\> -rl ./`
边栏推荐
- MySQL root user needs sudo login
- Tensorflow2.0 save model
- Stm32 NVIC interrupt priority management
- Stm32f407 key interrupt
- Problems encountered when MySQL saves CSV files
- Assignment to '*' form incompatible pointer type 'linkstack' {aka '*'} problem solving
- 4G module initialization of charge point design
- Sending and interrupt receiving of STM32 serial port
- It is difficult to quantify the extent to which a single-chip computer can find a job
- When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
猜你喜欢
Windows下MySQL的安装和删除
Opencv gray histogram, histogram specification
Installation and removal of MySQL under Windows
LeetCode - 508. 出现次数最多的子树元素和 (二叉树的遍历)
03 fastjason solves circular references
Opencv feature extraction - hog
LeetCode - 705 设计哈希集合(设计)
Leetcode 300 最长上升子序列
Interruption system of 51 single chip microcomputer
Opencv notes 20 PCA
随机推荐
Opencv gray histogram, histogram specification
Application of external interrupts
使用sed替换文件夹下文件
Which language should I choose to program for single chip microcomputer
没有多少人能够最终把自己的兴趣带到大学毕业上
A lottery like scissors, stone and cloth (C language)
4G module designed by charging pile obtains signal strength and quality
Stm32f04 clock configuration
LeetCode - 933 最近的请求次数
LeetCode - 1670 設計前中後隊列(設計 - 兩個雙端隊列)
新系列单片机还延续了STM32产品家族的低电压和节能两大优势
03 fastjason solves circular references
Programming ideas are more important than anything, not more than who can use several functions, but more than the understanding of the program
JS基础-原型原型链和宏任务/微任务/事件机制
Opencv histogram equalization
Embedded systems are inherently flawed. Compared with the Internet, there are so many holes that it is simply difficult to walk away from
Leetcode - 933 number of recent requests
Emballage automatique et déballage compris? Quel est le principe?
01 business structure of imitation station B project
2021-10-27