摘要:
Elastic Search API Index。简单的介绍了使用Elastic Search 如何建立索引。 ElasticSearch API Index 索引创建API允许初始化一个索引。ElasticSearch对多重索引提供了支持,包括跨多个索引执行操作。每个索引在创建时可以让一个特定的设 阅读全文
摘要:
sed i '1d' a.txt删首行 sed i '$d' b.txt删尾行 sed i 's/[ ] //g' c.txt删空格 sed i '/^$/d' d.txt删空行 sed i ‘/^[0 9] $/d' a.txt删包含数字的行 sed i ‘1,2d’a.txt删2行 sed i 阅读全文