aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/tedit.key
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/nttools/tedit/tedit.key
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/tedit/tedit.key')
-rw-r--r--pkg/utilities/nttools/tedit/tedit.key23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tedit/tedit.key b/pkg/utilities/nttools/tedit/tedit.key
new file mode 100644
index 00000000..6e2f358d
--- /dev/null
+++ b/pkg/utilities/nttools/tedit/tedit.key
@@ -0,0 +1,23 @@
+All commands may be abbreviated to any unique abbreviation
+
+add column add a new column to the table
+add row add new rows to the table
+copy copy rows to paste buffer, deleting current buffer
+copy append copy rows to paste buffer, saving current buffer
+delete delete rows, add to paste buffer, deleting current buffer
+delete append delete rows, add to paste buffer, saving current buffer
+exit leave table editor after saving changes
+find find next row which makes search expression true
+find forward (same as find)
+find backwards find previous row which makes search expression true
+goto go to row and column in table
+help display this file
+insert insert lines from paste buffer into table
+lower convert a string column to lower case
+next repeat previous find command in current direction
+next forward repeat previous find command in forward direction
+next backwards repeat previous find command in backwards direction
+quit leave table editor without saving changes
+set set a column equal to an expression
+substitute substitute one string for another
+upper convert a string column to upper case