Cheatsheet/TACL
Appearance
Tacl Cheatsheet
| TACL | Description | equvalent commands on | ||
|---|---|---|---|---|
| *NIX[1] | WIN (cmd[2]) | WIN (PS[3]) | ||
| ! | Reexecute a previous command line[4] | ↑ ↵ Enter | ||
| ? | Display a previous command line[5] | ↑ | r [#][Powershell 1] | |
| FC | Retrieve lines for editing from a previous command line.[6] | Example | doskey /h | |
| HISTORY | Display list of previously issued command lines[7] | 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 | |||
Cite error: <ref> tags exist for a group named "Powershell", but no corresponding <references group="Powershell"/> tag was found