Cheatsheet/TACL: Difference between revisions
Appearance
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 |
||
| 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 || Example || || 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 |
||
Revision as of 10:47, 27 April 2026
| 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 | ||
| FC | Example | Example | 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 |