标题:
[问题求助]
这段sed在干什么
[打印本页]
作者:
netdzb
时间:
2019-7-24 08:14
标题:
这段sed在干什么
am_cv_CC_dependencies_compiler_type=none
if test "$am_compiler_list" = ""; then
am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
这段sed在干什么
fi
作者:
Batcher
时间:
2019-7-24 23:51
删除depcomp文件中的注释字符,例如:
#hello
##world
###bathome
处理之后变成:
hello
world
bathome
欢迎光临 批处理之家 (http://www.bathome.net/)
Powered by Discuz! 7.2