当前位置:网站首页>使用sed替换文件夹下文件
使用sed替换文件夹下文件
2022-07-03 09:19:00 【ldinvicible】
<drv_types.h> "../include/drv_types.h"
使用sed替换
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 ./`
边栏推荐
- STM32 serial port usart1 routine
- Eight working modes of stm32gpio and chip naming rules
- El table X-axis direction (horizontal) scroll bar slides to the right by default
- When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
- 03 fastjason solves circular references
- 要選擇那種語言為單片機編寫程序呢
- Circular queue related design and implementation reference 1
- 4G module initialization of charge point design
- PIP references domestic sources
- 4G module IMEI of charging pile design
猜你喜欢
嵌入式本来就很坑,相对于互联网来说那个坑多得简直是难走
Stm32f407 key interrupt
When you need to use some functions of STM32, but 51 can't realize them, 32 naturally doesn't need to learn
Happy Dragon Boat Festival—— Zongzi written by canvas~~~~~
The new series of MCU also continues the two advantages of STM32 product family: low voltage and energy saving
Pymssql controls SQL for Chinese queries
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
el-table X轴方向(横向)滚动条默认滑到右边
openEuler kernel 技术分享 - 第1期 - kdump 基本原理、使用及案例介绍
El table X-axis direction (horizontal) scroll bar slides to the right by default
随机推荐
Mysql database underlying foundation column
JS foundation - prototype prototype chain and macro task / micro task / event mechanism
Hal library sets STM32 clock
01 business structure of imitation station B project
Sending and interrupt receiving of STM32 serial port
没有多少人能够最终把自己的兴趣带到大学毕业上
对于新入行的同学,如果你完全没有接触单片机,建议51单片机入门
在三线城市、在县城,很难毕业就拿到10K
学历是一张通行证,门票,你有了它,可以踏入更高层次的环境里
Runtime. getRuntime(). GC () and runtime getRuntime(). The difference between runfinalization()
4G module designed by charging pile obtains signal strength and quality
Notes on C language learning of migrant workers majoring in electronic information engineering
(1) What is a lambda expression
There is no specific definition of embedded system
Fundamentals of Electronic Technology (III)__ Logic gate symbols in Chapter 5
Gif image analysis drawing RGB to YUV table lookup method to reduce CPU occupancy
NR PUCCH format0 sequence generation and detection mechanism
Fundamentals of Electronic Technology (III)__ Chapter 6 combinational logic circuit
All processes of top ten management in project management
自動裝箱與拆箱了解嗎?原理是什麼?