linux:sed
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:sed [2018/09/26 17:57] – [delete the redundant empty lines] percy | linux:sed [2018/10/22 11:31] (current) – percy | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| sed '/ | sed '/ | ||
| + | E.g. Remove all the redundant empty lines in the Java source code | ||
| + | find app/src/ -iname " | ||
| + | | ||
| + | ==== Combine every 3 lines into one line ==== | ||
| + | sed ' | ||
| + | | ||
| + | ==== Calculate the number ==== | ||
| + | cat crashlist_googleplay_20181012.txt|grep -v " | ||
| + | |||
| + | | ||
/var/www/dokuwiki/wiki/data/attic/linux/sed.1537955855.txt.gz · Last modified: 2018/09/26 17:57 by percy
