Cheatsheet/TACL: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 77: | Line 77: | ||
| |
| |
||
|- |
|- |
||
|WHO |
|'''{{Kbd|WHO}}''' |
||
|Info for current user |
|Info for current user |
||
|whoami |
|whoami |
||
| Line 83: | Line 83: | ||
|whoami |
|whoami |
||
|- |
|- |
||
|SYSINFO |
|'''{{Kbd|SYSINFO}}''' |
||
|Info for System |
|||
| |
|||
|uname |
|||
| |
|||
|systeminfo |
|||
| |
|||
|systeminfo |
|||
| |
|||
|- |
|- |
||
|FILES |
|'''{{Kbd|FILES}}''' |
||
| |
|List files in current directory |
||
|ls |
|ls |
||
|dir |
|dir /B |
||
|ls -Name |
|||
|dir |
|||
|} |
|} |
||
Revision as of 10:39, 29 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 | 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] | ↑ | invoke-history|r #r | |
| FC | Retrieve lines for editing from a previous command line. Works in many interactive subsystems[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 in your environment | set ‐o posix | ||
| WHO | Info for current user | whoami | whoami | whoami |
| SYSINFO | Info for System | uname | systeminfo | systeminfo |
| FILES | List files in current directory | ls | dir /B | ls -Name |