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

CEDCUT

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

 

NAME

cedcut - cut spreadsheet rows or columns  

SYNOPSIS

cedcut [ [ OPTION ] [ FILE ] ]...  

DESCRIPTION

Cut and remove rows or columns from a spreadsheet. If FILE=="" then use the current sheet in memory.  

OPTIONS

--version

Output version information and exit.

-col

Cut column(s).

-csv

The following input file is CSV.

-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

Cut row(s) (default).

-start INTEGER

Start cutting at this row or column (default = 1).

-total INTEGER

Total number of rows or columns to cut (default = 1).

-tsv

The following input file is TSV (default).
 

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