示例
$ echo " char password[10][18]; struct NetworkVariable netVars[NUM_NETWORK_VARIABLES][2]" |sed -e 's/\[[^][]*\]//g'
结果
char password; struct NetworkVariable netVars
使用数字和符号简化复杂内容 #生活技巧# #学习技巧# #笔记整理策略#
最新推荐文章于 2023-08-07 17:39:07 发布
hushui 于 2019-12-27 14:28:48 发布
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
示例
$ echo " char password[10][18]; struct NetworkVariable netVars[NUM_NETWORK_VARIABLES][2]" |sed -e 's/\[[^][]*\]//g'
结果
char password; struct NetworkVariable netVars
网址:sed 去除字符串中的括号部分内容 https://www.yuejiaxmz.com/news/view/563531