format for strings

Various commands for formatting data.

Signature

> format {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nametypeusage
format dateBuiltinFormat a given date using a format string.
format durationBuiltinOutputs duration with a specified unit of time.
format filesizeBuiltinConverts a column of filesizes to some specified format.
format patternBuiltinFormat columns into a string using a simple pattern.