Cheatsheet/TACL: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
| |
| |
||
| |
| |
||
|Reexecutes a previous command line<ref>see note #1</ref> |
|||
| |
|||
|- |
|- |
||
|'''?''' |
|'''?''' |
||
| |
| |
||
| |
| |
||
| |
| |
||
|Displays a previous command line<ref>See Note 2</ref> |
|||
| |
|||
{| class="wikitable" |
|||
! |
|||
! |
|||
! |
|||
! |
|||
|- |
|- |
||
|'''{{kbd|FC}} ''' |
|||
|No other argument |
|||
|Example |
|||
|display previous command |
|||
|doskey /h |
|||
| |
|||
| |
| |
||
|Retrieves, edits, and reexecutes lines in history buffer. Works in many ubsystems such as TACL, FUP, SQLCI or SCF ... |
|||
|- |
|- |
||
|'''{{kbd|ENV}}''' |
|||
|number |
|||
|env |
|||
|display nth command |
|||
| |
|set |
||
|gci env:* |
|||
| |
|||
|Displays settings of (TACL) environmental parameters |
|||
|- |
|- |
||
|'''{{kbd|BUILTINS}}''' |
|||
|text |
|||
|typeset -F |
|||
|display command, containing 'text' |
|||
| |
|||
| |
|||
|} |
|||
|- |
|||
| |
|||
| |
|||
| |
|||
| |
| |
||
| |
| |
||
|Displays all TACL functions |
|||
|} |
|} |
||
Revision as of 09:30, 28 April 2026
| 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) | WIN Powershell | Comment |
|---|---|---|---|---|
| ! | Reexecutes a previous command line[1] | |||
| ? | Displays a previous command line[2] | |||
| FC | Example | doskey /h | Retrieves, edits, and reexecutes lines in history buffer. Works in many ubsystems such as TACL, FUP, SQLCI or SCF ... | |
| ENV | env | set | gci env:* | Displays settings of (TACL) environmental parameters |
| BUILTINS | typeset -F | Displays all TACL functions |