aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ax.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/ax.1df')
-rw-r--r--man/man1/ax.1df15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/ax.1df b/man/man1/ax.1df
new file mode 100644
index 00000000..b3218d37
--- /dev/null
+++ b/man/man1/ax.1df
@@ -0,0 +1,15 @@
+.TH AX 1df "July 2016" "Manual page for ax"
+.SH NAME
+.B ax
+\- evaluate an awk expression
+.SH SYNOPSIS
+.B ax '2.0+3.0'
+.br
+.B ax %.2f 'sin(2)'
+.SH DESCRIPTION
+.B ax
+evaluates an expression given on the command line with awk(1) and prints its
+result using awk's printf, with an optional format specified preceding the
+expression.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>