Roh*_*pra 3 bash shell sh
任何人都可以使用shell脚本快速提取给定句子中的所有主题标签.
例如: 'This is a #test that will #allow me to #remove stuff'会回来#test #allow #remove
'This is a #test that will #allow me to #remove stuff'
#test #allow #remove
Mat*_*ave 6
你可能想试试egrep -o '#[^ ]+'.输出应如下所示:
egrep -o '#[^ ]+'
归档时间:
12 年,2 月 前
查看次数:
1447 次
最近记录:
10 年,1 月 前