Questions tagged [sc-spreadsheet]

sc is a text-based spreadsheet program

sc is a simple text-based spreasheet program, with vi-like key bindings. It was once known as vc.

External links

3 questions
6
votes
3 answers

How to undo in spreadsheet calculator sc?

spreadsheet calculator sc is a very old console-based program. It does what the name says. I cannot find how to undo an operation in its man page. I currently use it together with RCS, ie. manually create versions in RCS before big changes, and…
Jing
  • 319
  • 2
  • 8
4
votes
2 answers

Sorting a CSV file, but not it's header

I need to sort a CSV file, but the the header row (1st row) keeps getting sorted. This is what I'm using: cat data1.csv | sort -t"|" -k 1 -o data1.csv Here's a sample line: Name|Email|Country|Company|Phone Brent Trujillo|[email protected]|Burkina…
Frank Wilson
  • 79
  • 1
  • 2
  • 11
2
votes
2 answers

Insert a date in a cell in sc

In sc (spreadsheet calculator), I formatted a column with but was unable to insert a valid date in its cells. If I digit <\^D15/12/31> (or other similar notations, with or without the initial ^D, I only get a string with no possibility to…
Ennio Sr
  • 21
  • 2