当前位置:网站首页>使用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 ./`
边栏推荐
- My 4G smart charging pile gateway design and development related articles
- 2020-08-23
- 2021-10-27
- Serial communication based on 51 single chip microcomputer
- Open Euler Kernel Technology Sharing - Issue 1 - kdump Basic Principles, use and Case Introduction
- Chromium Embedded Framework (CEF) 介绍
- 03 fastjason solves circular references
- 01仿B站项目业务架构
- 03 FastJson 解决循环引用
- 4G module at command communication package interface designed by charging pile
猜你喜欢

Programming ideas are more important than anything, not more than who can use several functions, but more than the understanding of the program
C language enumeration type

UCI and data multiplexing are transmitted on Pusch (Part VI) -- LDPC coding

Exception handling of arm

Installation and removal of MySQL under Windows

Hal library sets STM32 clock

2021-10-28

My notes on intelligent charging pile development (II): overview of system hardware circuit design

Fundamentals of Electronic Technology (III)_ Chapter 2 principle of amplification circuit__ Crystal triode and field effect triode
![[CSDN] C1 training problem analysis_ Part IV_ Advanced web](/img/ee/2e9756cc0e2e6eda83e1b2304c0bd6.png)
[CSDN] C1 training problem analysis_ Part IV_ Advanced web
随机推荐
Mysql database underlying foundation column
Eight working modes of stm32gpio and chip naming rules
2021-01-03
A lottery like scissors, stone and cloth (C language)
SCM career development: those who can continue to do it have become great people. If they can't endure it, they will resign or change their careers
Seven sorting of ten thousand words by hand (code + dynamic diagram demonstration)
单片机职业发展:能做下去的都成牛人了,熬不动就辞职或者改行了
03 FastJson 解决循环引用
Project cost management__ Topic of comprehensive calculation
CEF download, compile project
Fundamentals of Electronic Technology (III)__ Logic gate symbols in Chapter 5
Serial port programming
2021-10-27
Getting started with JMX, MBean, mxbean, mbeanserver
Project cost management__ Cost management technology__ Article 8 performance review
Installation and removal of MySQL under Windows
要選擇那種語言為單片機編寫程序呢
51 MCU tmod and timer configuration
MySQL 数据库基础知识(系统化一篇入门)
Openeuler kernel technology sharing - Issue 1 - kdump basic principle, use and case introduction