Jump to content

Cheatsheet/TACL: Difference between revisions

From wikiNonStop
Content deleted Content added
Created page with " {| class="wikitable nowrap" |+ Caption text |- ! Command !! *NIX !! WIN (CMD) !! WIN (PS) !! Comment |- | '''{{kbd|WHO}}''' || whoami || whoami || whoami || get info for current user |- | '''{{kbd|HISTORY}}''' || history || doskey /history || history || Displays previously issued command lines |- | '''{{kbd|ENV}}''' || env || set || gci env:*|| Displays settings of (TACL) environmental parameters |- | '''{{kbd|BUILTI..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
| '''{{kbd|WHO}}''' || whoami || whoami || whoami || get info for current user
| '''{{kbd|WHO}}''' || whoami || whoami || whoami || get info for current user
|-
|-
| '''{{kbd|HISTORY}}''' || history || doskey /history || history || Displays previously issued command lines
| '''{{kbd|HISTORY}}''' || history || {{button|F7}} || history || Displays previously issued command lines
|-
|-
| '''{{kbd|ENV}}''' || env || set || gci env:*|| Displays settings of (TACL) environmental parameters
| '''{{kbd|ENV}}''' || env || set || gci env:*|| Displays settings of (TACL) environmental parameters
Line 15: Line 15:
| '''{{kbd|VARIABLES}} || typeset -F || || || Displays names of variables, macros and routines available for you
| '''{{kbd|VARIABLES}} || typeset -F || || || Displays names of variables, macros and routines available for you
|-
|-
| '''{{kbd|FC}} || Example || doskey /h || || Retrieves, edits, and reexecutes lines in history
| Example || Example || Example || Example
buffer. Works in many command line tools such as TACL, FUP or SCF
|-
|-
| Example || Example || Example || Example
| Example || Example || Example || Example

Latest revision as of 12:07, 27 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