xLog:区块链上的开源创意社区 xLog 🪽 An open-source creative community written on the blockchain. 项目地址: https://gitcode.com/gh_mirrors/xlo/xLog 项目介绍
xLog 是一个运行在 Crossbell 区块链上的开源博客平台。它是一个去中心化的、…
https://www.codenong.com/13380607/
sed用法
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-i[SUFFIX] edit files in place (makes backup if SUFFIX supplied) 1,删除指定行: sed -i Nd filename 【N 为行数】特别的…