Jump to content

Cheatsheet/TACL

From wikiNonStop
Revision as of 08:28, 27 April 2026 by Majestix (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Caption text
Command *NIX WIN (CMD) WIN (PS) Comment
WHO whoami whoami whoami get info for current user
HISTORY history doskey /history 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
Example Example Example Example
Example Example Example Example
Example Example Example Example
Example Example Example Example
Example Example Example Example