Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit 1e8528a

Browse files
Update README.md
1 parent 7494470 commit 1e8528a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<p align="center">
2-
<a href="https://gitter.im/learnbyexample/scripting_course"><img src="https://badges.gitter.im/learnbyexample/scripting_course.svg" width="100px" height="30px" /></a>
3-
<a href="https://www.patreon.com/learnbyexample"><img src="./images/become_a_patron_button.png" width="150px" height="30px" /></a>
4-
<a href="https://liberapay.com/learnbyexample/donate"><img src="https://liberapay.com/assets/widgets/donate.svg" width="100px" height="30px" /></a>
5-
</p>
6-
7-
<br>
8-
91
# <a name="command-line-text-processing"></a>Command Line Text Processing
102

113
Learn about various commands available for common and exotic text processing needs. Examples have been tested on GNU/Linux - there'd be syntax/feature variations with other distributions, consult their respective `man` pages for details.
@@ -38,7 +30,7 @@ Rough drafts
3830

3931
* [Wheres my file](./wheres_my_file.md)
4032

41-
Possible additions
33+
Possible additions - seems like these won't be coming any time soon :(
4234

4335
* Parsers for html, xml, csv, json, etc
4436
* Renaming files
@@ -52,7 +44,6 @@ Possible additions
5244
* Even for pull requests, open an issue for discussion before submitting PRs
5345
* or [gitter group chat](https://gitter.im/learnbyexample/scripting_course) for discussion as well as for help/mentorship
5446
* Share the repo with friends/colleagues, on social media, etc to help reach other learners
55-
* Contribute by donating on [patreon](https://www.patreon.com/learnbyexample) or [liberapay](https://liberapay.com/learnbyexample/donate)
5647
* In case you need to reach me, use [gitter private chat](https://gitter.im/learnbyexample)
5748
* or mail me at `echo '[email protected]' | tr 'a-z' 'n-za-m'`
5849

@@ -82,6 +73,8 @@ Includes only completed chapters
8273
* Read as ebook on [gitbook](https://learnbyexample.gitbooks.io/command-line-text-processing/content/)
8374
* Download ebook for offline reading - [link](https://www.gitbook.com/book/learnbyexample/command-line-text-processing/details)
8475

76+
Stay tuned for separate ebooks (for ex: one just for `grep`) with more content, explanations, exercises, etc.
77+
8578
<br>
8679

8780
## <a name="acknowledgements"></a>Acknowledgements

0 commit comments

Comments
 (0)