1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 23:04:54 +02:00
tldr/pages
thalesmello 0579b0993c Fix extended regular expressions
By default, grep already uses regular expressions when searching.

The example `grep -e {{^regex$}} {{path/to/file}}` is the same as `grep {{^regex$}} {{path/to/file}}`.

However, because of the comment about extended regular expressions, I mistakenly assumed `-e` was the option to enable it.

I believe most people would refer to `tldr` in this use case looking for the `-E` extended regular expressions.

With this in mind, I believe that example would be better rephrased as this pull request makes it.
2016-07-04 17:40:04 -03:00
..
common Fix extended regular expressions 2016-07-04 17:40:04 -03:00
linux Merge pull request #929 from slash3b/at 2016-06-30 19:10:27 +02:00
osx xattr: slightly clearer description 2016-06-20 23:50:33 +01:00
sunos Add devfsadm for solaris. 2016-01-16 10:40:51 -08:00