Options (4)
-s, --sumbooleanPrint only the sum of the numbers
Example:
st {{[-s|--sum]}} {{path/to/file}}-m, --meanbooleanPrint only the mean of the numbers
Example:
st {{[-m|--mean]}} {{path/to/file}}-s, --sdbooleanPrint only the standard deviation
Example:
st {{[-s|--sd]}} {{path/to/file}}-t, --transposebooleanTranspose output (keys in one column, values in another)
Example:
st {{[-t|--transpose]}} {{path/to/file}}Examples (6)
Print count, min, max, sum, mean, and standard deviation for numbers in a file
st path/to/filePrint only the sum of the numbers
st [-s|--sum] path/to/filePrint only the mean of the numbers
st [-m|--mean] path/to/filePrint only the standard deviation
st [-s|--sd] path/to/fileTranspose output (keys in one column, values in another)
st [-t|--transpose] path/to/filemade by @shridhargupta | data from tldr-pages