Content-type: text/html; charset=UTF-8 Man page of CEDSORT

CEDSORT

Section: User Commands (1)
Updated: 2023-06-25
Index Return to Main Contents

 

NAME

cedsort - sort a spreadsheet  

SYNOPSIS

cedsort [ [ OPTION ] [ EXP ] ]...  

DESCRIPTION

Sort a sheet according to the given expression. Expression 1,ac,2,d sorts by row 1 (ascending, case sensitive), then row 2 (descending). Up to 10 rows or columns may be specified in the expression.  

OPTIONS

--version

Output version information and exit.

-col

Sort columns.

-csv

The following input file is CSV.

-i STRING

Load this input file. "-" loads from stdin.

-o STRING

Save current sheet to this file (immediately). "-" prints to stdout.

-otype STRING

Output format of file (use 'list' to list types, default=TSV content).

-recalc INTEGER

Recalculate the sheet this many times (top-bottom, bottom-top).

-row

Sort rows (default)

-start INTEGER

First row/column to sort from (default = 1).

-total INTEGER

Total rows/colums to sort (default = 1 = all).

-tsv

The following input file is TSV (default).

-v

Verbose.
 

SEE ALSO

cedutils(1)  

HOMEPAGE

https://www.marktyler.org/  

AUTHOR

Mark Tyler


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
HOMEPAGE
AUTHOR

This document was created by man2html, using the manual pages.
Time: 08:25:03 GMT, June 25, 2023