sed
Here are 185 public repositories matching this topic...
-
Updated
May 13, 2020 - Roff
I'd like to be able to run commands on all lines of a file. For example, bsed wrap lines with " should execute on all lines of the file. Current workaround is to include some trivial filter like wrap lines containing '.' with "
wc 用法错误
过滤器/README.md 中wc命令解释有问题
常用选项 描述 l 只统计行数 w 只统计单词数 m 只统计字符数 c 只统计字节数 L 最大行的长度 不管指定选项的顺序如何,其信息显示的顺序都是固定的,遵从上面从上到下的顺序。 若不加参数,则默认显示l,w,m三项。
若不加参数,则默认显示l,w,m三项。说明有误。实际应该等价于 -lwc
ref
By default, wc prints three counts: the newline, words, and byte counts.
People have to scroll too much on the GitHub page to even get to the README
We need to test for the end of the mechanisms / stream features element and bail out if we haven’t started authentication yet.
-
Updated
May 26, 2020 - Go
-
Updated
Jan 11, 2017 - Shell
-
Updated
Jun 11, 2020 - Shell
I want to combine your nice script in doxygen with my C++ documentation. When I add sed -n -f /path/to/doxygen-bash.sed -- to INPUT_FILTER, it is not showing my CPP classes anymore, but only 'Files'. What to add there so I still have my classes documented?
Memory and CPU usage
I'm curious the Readme could included the memory and CPU usage between standard unix tools ga and rare?
Another take to benchmark on embedded device is useful.
-
Updated
Jun 20, 2020 - Shell
-
Updated
Jun 5, 2020 - C++
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Apr 25, 2020 - HTML
-
Updated
May 23, 2019 - C
Improve this page
Add a description, image, and links to the sed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sed topic, visit your repo's landing page and select "manage topics."


I think it would be a good idea to mention the
teecommand, probably somewhere in the "Cat, Less, Tail and Head" chapter