2017年5月5日

在命令行中插入TAB键

摘要: 参考man bash: quoted-insert (C-q, C-v) Add the next character typed to the line verbatim. This is how to insert characters like C-q, for example. tab-in 阅读全文

posted @ 2017-05-05 09:23 枝桠 阅读(1154) 评论(0) 推荐(0)

sed(seream editor)流编辑器

摘要: sed:既然是流编辑器,自然只会是改变输入输出流的内容,对源文件并不进行丝毫修改,不信的话,你可以用cat sourcefille试试啊~ 另,如果你想将修改保存到源文件,可以用输入输出重定向啊~ sed: -e expression #1, char 20: unknown command: `S 阅读全文

posted @ 2017-05-05 08:14 枝桠 阅读(231) 评论(0) 推荐(0)

导航