Cheatsheet/TACL: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
! colspan="3" |equvalent commands on |
! colspan="3" |equvalent commands on |
||
|- |
|- |
||
!*NIX<ref name=" |
!*NIX <ref name="*NIX" group="BASH">BASH</ref> |
||
!WIN |
!WIN cmd<ref name="CMD" group="CMD">Command Interpreter (legacy)</ref> |
||
!WIN |
!WIN PS <ref name="PowerShell" group="PS">PowerShell</ref> |
||
|- |
|- |
||
|! |
|! |
||
|Reexecute a previous command line |
|Reexecute a previous command line |
||
|{{key press|Up}} {{key press|Enter}} |
|||
|{{key press|Up}} {{key press|Enter}} |
|||
|{{key press|Up}} {{key press|Enter}} |
|{{key press|Up}} {{key press|Enter}} |
||
| |
|||
| |
|||
|- |
|- |
||
|'''?''' |
|'''?''' |
||
|Display a previous command line |
|Display a previous command line |
||
|{{key press|Up}} |
|{{key press|Up}} |
||
| |
| |
||
|{{Key press|r [#]}}<ref |
|{{Key press|r [#]}}<ref group="PS">invoke-history</ref> |
||
|- |
|- |
||
|'''{{kbd|FC}}'''|||Retrieve lines for editing from a previous command line.<ref>See Note 3</ref> |
|'''{{kbd|FC}}'''|||Retrieve lines for editing from a previous command line.<ref>See Note 3</ref> |
||
| Line 76: | Line 76: | ||
| |
| |
||
|- |
|- |
||
|'''{{Kbd|INFO DEFINE |
|'''{{Kbd|INFO DEFINE}}''' |
||
|List defined Defines |
|List defined Defines |
||
| |
| |
||
| Line 91: | Line 91: | ||
<references/> |
<references/> |
||
=== BASH === |
|||
<references group="BASH"/> |
|||
=== CMD === |
|||
<references group="CMD"/> |
|||
=== Powershell === |
=== Powershell === |
||
<references group=" |
<references group="PS"/> |
||
Revision as of 10:41, 30 April 2026
Tacl Cheatsheet
| TACL | Description | equvalent commands on | ||
|---|---|---|---|---|
| *NIX [BASH 1] | WIN cmd[CMD 1] | WIN PS [PS 1] | ||
| ! | Reexecute a previous command line | ↑ ↵ Enter | ↑ ↵ Enter | ↑ ↵ Enter |
| ? | Display a previous command line | ↑ | r [#][PS 2] | |
| FC | Retrieve lines for editing from a previous command line.[1] | Example | doskey /h | |
| HISTORY | Display list of previously issued command lines[2] | history | F7 | history |
| ENV | Displays settings of (TACL) environmental parameters | env | set | gci env:* |
| BUILTINS | Displays all TACL functions | typeset -F | help | Get-Command |
| VARIABLES | Displays names of available variables, macros and routines | set ‐o posix | ||
| WHO | Info for current user | whoami | whoami | whoami |
| SYSINFO | Info for System | cat /etc/*-release | systeminfo | systeminfo |
| FILES | List files in current directory | ls | dir /B | ls -Name |
| ASSIGN | List defined ASSIGNS | |||
| INFO DEFINE | List defined Defines | |||
| PARAM | List defined Params | |||
BASH
- ↑ BASH
CMD
- ↑ Command Interpreter (legacy)