如何用Sed和正则表达式提取子字符串

2024-11-02 05:29:06
推荐回答(1个)
回答1:

root@ubuntu:~# cat b
$cfg['blowfish_secret'] = ''
asdbjbaksdb
aed2324g3g
root@ubuntu:~# cat b|sed -n "s/\(.*\)23.*/\1/p"
aed