aboutsummaryrefslogblamecommitdiff
path: root/man/man1/ax.1
blob: 2e8d7179de0e9b73c5fafeff752068049f9a2891 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                            
.TH AX 1 "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>