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

Commit 53410ba

Browse files
moved ebook info to the top
1 parent 1d15c95 commit 53410ba

File tree

4 files changed

+52
-45
lines changed

4 files changed

+52
-45
lines changed

gnu_awk.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<br> <br> <br>
2+
3+
---
4+
5+
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnuawk/. The ebook also has content updated for newer version of the commands, includes a chapter on regular expressions, has exercises, solutions, etc.
6+
7+
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnuawk
8+
9+
---
10+
11+
<br> <br> <br>
12+
113
## <a name="gnu-awk"></a>GNU awk
214

315
**Table of Contents**
@@ -45,17 +57,7 @@
4557
* [Gotchas and Tips](#gotchas-and-tips)
4658
* [Further Reading](#further-reading)
4759

48-
<br> <br> <br>
49-
50-
---
51-
52-
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnuawk/. The ebook also has content updated for newer version of the commands, includes a chapter on regular expressions, has exercises, solutions, etc.
53-
54-
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnuawk
55-
56-
---
57-
58-
<br> <br> <br>
60+
<br>
5961

6062
```bash
6163
$ awk --version | head -n1

gnu_grep.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<br> <br> <br>
2+
3+
---
4+
5+
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnugrep_ripgrep/. The ebook also has content updated for newer version of the commands, includes exercises, solutions, has a separate chapter for popular alternative `ripgrep`, etc.
6+
7+
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnugrep_ripgrep
8+
9+
---
10+
11+
<br> <br> <br>
12+
113
# <a name="gnu-grep"></a>GNU grep
214

315
**Table of Contents**
@@ -45,18 +57,7 @@
4557
* [Basic vs Extended Regular Expressions](#basic-vs-extended-regular-expressions)
4658
* [Further Reading](#further-reading)
4759

48-
49-
<br> <br> <br>
50-
51-
---
52-
53-
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnugrep_ripgrep/. The ebook also has content updated for newer version of the commands, includes exercises, solutions, has a separate chapter for popular alternative `ripgrep`, etc.
54-
55-
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnugrep_ripgrep
56-
57-
---
58-
59-
<br> <br> <br>
60+
<br>
6061

6162
```bash
6263
$ grep -V | head -1

gnu_sed.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<br> <br> <br>
2+
3+
---
4+
5+
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnused/. The ebook also has content updated for newer version of the commands, includes exercises, solutions, etc.
6+
7+
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnused
8+
9+
---
10+
11+
<br> <br> <br>
12+
113
# <a name="gnu-sed"></a>GNU sed
214

315
**Table of Contents**
@@ -65,17 +77,7 @@
6577
* [Gotchas and Tips](#gotchas-and-tips)
6678
* [Further Reading](#further-reading)
6779

68-
<br> <br> <br>
69-
70-
---
71-
72-
:information_source: :information_source: This chapter has been converted into a better formatted ebook: https://learnbyexample.github.io/learn_gnused/. The ebook also has content updated for newer version of the commands, includes exercises, solutions, etc.
73-
74-
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_gnused
75-
76-
---
77-
78-
<br> <br> <br>
80+
<br>
7981

8082
```bash
8183
$ sed --version | head -n1

ruby_one_liners.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<br> <br> <br>
2+
3+
---
4+
5+
:information_source: :information_source: This chapter has been converted into a better formatted ebook - https://learnbyexample.github.io/learn_ruby_oneliners/. The ebook also has content updated for newer version of `ruby`, extra chapter for parsing json/csv/xml, includes exercises, solutions, etc.
6+
7+
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_ruby_oneliners
8+
9+
---
10+
11+
<br> <br> <br>
12+
113
# <a name="ruby-one-liners"></a>Ruby one liners
214

315
**Table of Contents**
@@ -50,17 +62,7 @@
5062
* [Executing external commands](#executing-external-commands)
5163
* [Further Reading](#further-reading)
5264

53-
<br> <br> <br>
54-
55-
---
56-
57-
:information_source: :information_source: This chapter has been converted into a better formatted ebook - https://learnbyexample.github.io/learn_ruby_oneliners/. The ebook also has content updated for newer version of `ruby`, extra chapter for parsing json/csv/xml, includes exercises, solutions, etc.
58-
59-
For markdown source and links to buy pdf/epub versions, see: https://github.com/learnbyexample/learn_ruby_oneliners
60-
61-
---
62-
63-
<br> <br> <br>
65+
<br>
6466

6567
```
6668
$ ruby --version

0 commit comments

Comments
 (0)