Cheatsheet/TACL: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
| '''{{kbd|BUILTINS}}''' || typeset -F || || || Displays all TACL functions |
| '''{{kbd|BUILTINS}}''' || typeset -F || || || Displays all TACL functions |
||
|- |
|- |
||
| '''{{kbd|VARIABLES}} |
| '''{{kbd|VARIABLES}}'''|| typeset -F || || || Displays names of variables, macros and routines available for you |
||
|- |
|- |
||
| '''{{kbd|FC}} |
| '''{{kbd|FC}}''' || Example || doskey /h || || Retrieves, edits, and reexecutes lines in history |
||
buffer. Works in many command line tools such as TACL, FUP or SCF |
buffer. Works in many command line tools such as TACL, FUP or SCF |
||
|- |
|- |
||
| Line 28: | Line 28: | ||
{| class="wikitable nowrap noresize" <!--style="white-space: nowrap;"--> |
{| class="wikitable nowrap noresize" <!--style="white-space: nowrap;"--> |
||
|+ |
|+ |
||
!TACL |
! rowspan="2" |TACL |
||
! rowspan="2" |Description |
|||
!*NIX |
|||
! colspan="3" |equvalent commands on |
|||
| ⚫ | |||
!*NIX<ref>Bash</ref> |
|||
!WIN (cmd<ref>Command Interpreter (legacy)</ref>) |
!WIN (cmd<ref>Command Interpreter (legacy)</ref>) |
||
!WIN (PS<ref>Powershell</ref>) |
!WIN (PS<ref>Powershell</ref>) |
||
!Comment |
|||
|- |
|- |
||
|! |
|! |
||
| ⚫ | |||
|{{key press|Up}} {{key press|Enter}} |
|||
| |
| |
||
| |
| |
||
| ⚫ | |||
| ⚫ | |||
|- |
|- |
||
|'''?''' |
|'''?''' |
||
| ⚫ | |||
|{{key press|Up}} |
|||
| |
| |
||
| |
| |
||
| |
|||
| ⚫ | |||
|- |
|- |
||
| ⚫ | |||
|'''{{kbd|FC}} ''' |
|||
|Example |
|Example |
||
|doskey /h |
|doskey /h |
||
| |
| |
||
| ⚫ | |||
|- |
|- |
||
|''' |
|'''{{kbd|HISTORY}}''' |
||
| ⚫ | |||
|history |
|history |
||
|{{button|F7}} |
|{{button|F7}} |
||
|history |
|history |
||
| ⚫ | |||
|- |
|- |
||
|'''{{kbd|ENV}}''' |
|'''{{kbd|ENV}}''' |
||
| ⚫ | |||
|env |
|env |
||
|set |
|set |
||
|gci env:* |
|gci env:* |
||
| ⚫ | |||
|- |
|- |
||
|'''{{kbd|BUILTINS}}''' |
|'''{{kbd|BUILTINS}}''' |
||
| ⚫ | |||
|typeset -F |
|typeset -F |
||
|help |
|help |
||
|Get-Command |
|Get-Command |
||
| ⚫ | |||
|- |
|- |
||
|'''{{kbd|VARIABLES}} |
|'''{{kbd|VARIABLES}}''' |
||
| ⚫ | |||
|set -o posix |
|||
|set ‐o posix |
|||
| |
| |
||
| |
| |
||
| ⚫ | |||
|} |
|} |
||