Jump to content

Cheatsheet/TACL: Difference between revisions

From wikiNonStop
Content deleted Content added
No edit summary
No edit summary
Line 26: Line 26:
| Example || Example || Example || Example
| Example || Example || Example || Example
|}
|}
{| class="wikitable"
{| class="wikitable nowrap noresize" style="white-space: nowrap;"
|+
|+
!TACL
!TACL
!*NIX
!*NIX
!WIN (cmd)
!WIN (cmd<ref>Dos Box</ref>)
!WIN Powershell
!WIN (PS<ref>Powershell</ref>)
!Comment
!Comment
|-
|-
Line 38: Line 38:
|
|
|
|
|Reexecutes a previous command line<ref>see note #1</ref>
|Reexecutes a previous command line<ref>See Note 1</ref>
|-
|-
|'''?'''
|'''?'''
Line 50: Line 50:
|doskey /h
|doskey /h
|
|
|Retrieves, edits, and reexecutes lines in history buffer. Works in many ubsystems such as TACL, FUP, SQLCI or SCF ...
|Retrieves, edits, and reexecutes lines in history buffer. Works in many subsystems such as TACL, FUP, SQLCI or SCF ...<ref>See Note 3</ref>
|-
|-
|'''{{kbd|ENV}}'''
|'''{{kbd|ENV}}'''

Revision as of 09:53, 28 April 2026

Caption text
Command *NIX WIN (CMD) WIN (PS) Comment
WHO whoami whoami whoami get info for current user
HISTORY history F7 history Displays previously issued command lines
ENV env set gci env:* Displays settings of (TACL) environmental parameters
BUILTINS typeset -F Displays all TACL functions
VARIABLES typeset -F Displays names of variables, macros and routines available for you
FC Example doskey /h Retrieves, edits, and reexecutes lines in history

buffer. Works in many command line tools such as TACL, FUP or SCF

Example Example Example Example
Example Example Example Example
Example Example Example Example
Example Example Example Example
TACL *NIX WIN (cmd[1]) WIN (PS[2]) Comment
! Reexecutes a previous command line[3]
? Displays a previous command line[4]
FC Example doskey /h Retrieves, edits, and reexecutes lines in history buffer. Works in many subsystems such as TACL, FUP, SQLCI or SCF ...[5]
ENV env set gci env:* Displays settings of (TACL) environmental parameters
BUILTINS typeset -F Displays all TACL functions
  1. Dos Box
  2. Powershell
  3. See Note 1
  4. See Note 2
  5. See Note 3