diff options
author | 2022-10-31 15:37:37 +0100 | |
---|---|---|
committer | 2022-10-31 15:37:37 +0100 | |
commit | aabe785a423bed406f53c55db8afda3e0134cb45 (patch) | |
tree | e64305c7f0370b510c64778e47326b80a7c0c60c | |
parent | b7e91e9390f3a58cdcd857749ad161df4ed6f17f (diff) | |
download | website-aabe785a423bed406f53c55db8afda3e0134cb45.tar.gz website-aabe785a423bed406f53c55db8afda3e0134cb45.zip |
Add grep link
-rw-r--r-- | docs/shell/shell.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/shell/shell.tmpl b/docs/shell/shell.tmpl index d65f0bc..f8915a8 100644 --- a/docs/shell/shell.tmpl +++ b/docs/shell/shell.tmpl @@ -31,6 +31,7 @@ </button> <div class="collapse show" id="commands-collapse"> <ul class="btn-toggle-nav list-unstyled fw-normal pb-1 small"> + <li><a href="/docs/shell/grep.html" class="link-dark rounded"><b>grep</b></a></li> <li><a href="/docs/shell/jq.html" class="link-dark rounded"><b>jq</b> - Command-line JSON processor</a></li> <li><a href="#" class="link-dark rounded">Updates</a></li> <li><a href="#" class="link-dark rounded">Reports</a></li> |