From f6fa901a0906fc6ba8c6d851060d646c3049f8ea Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 18 Dec 2020 23:42:29 +0000 Subject: deploy: b7f4aee7a60b03db06475f2a017706494d9a2d44 --- tools/awk.html | 7 +- tools/bash.html | 2 +- tools/emacs.html | 6 +- tools/fish.html | 2 +- tools/gdb.html | 6 +- tools/git.html | 2 +- tools/gpg.html | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/index.html | 3 +- tools/radare2.html | 2 +- tools/tmux.html | 2 +- tools/zsh.html | 2 +- 11 files changed, 336 insertions(+), 14 deletions(-) create mode 100644 tools/gpg.html (limited to 'tools') diff --git a/tools/awk.html b/tools/awk.html index 48fa311..d4695ee 100644 --- a/tools/awk.html +++ b/tools/awk.html @@ -81,7 +81,7 @@ @@ -201,6 +201,7 @@ multiple times. Actions with those patterns are executed exactly onceFS field separator: regex to split records into fields, by default
  • NR number record: number of current record
  • +
  • NF number fields: number of fields in the current record
  • Special statements & functions

    diff --git a/tools/radare2.html b/tools/radare2.html index 11af5e6..413b4ff 100644 --- a/tools/radare2.html +++ b/tools/radare2.html @@ -81,7 +81,7 @@ diff --git a/tools/tmux.html b/tools/tmux.html index 1c3b9d2..1e49342 100644 --- a/tools/tmux.html +++ b/tools/tmux.html @@ -81,7 +81,7 @@ diff --git a/tools/zsh.html b/tools/zsh.html index 518cf2d..b476c33 100644 --- a/tools/zsh.html +++ b/tools/zsh.html @@ -81,7 +81,7 @@ -- cgit v1.2.3