Cheatsheet/TACL: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Tacl Cheatsheet== |
|||
{| class="wikitable nowrap" |
|||
|+ Caption text |
|||
|- |
|||
! Command !! *NIX !! WIN (CMD) !! WIN (PS) !! Comment |
|||
|- |
|||
| '''{{kbd|WHO}}''' || whoami || whoami || whoami || get info for current user |
|||
|- |
|||
| '''{{kbd|HISTORY}}''' || history || {{button|F7}} || history || Displays previously issued command lines |
|||
|- |
|||
| '''{{kbd|ENV}}''' || env || set || gci env:*|| Displays settings of (TACL) environmental parameters |
|||
|- |
|||
| '''{{kbd|BUILTINS}}''' || typeset -F || || || Displays all TACL functions |
|||
|- |
|||
| '''{{kbd|VARIABLES}}'''|| typeset -F || || || Displays names of variables, macros and routines available for you |
|||
|- |
|||
| '''{{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 |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|- |
|||
| Example || Example || Example || Example |
|||
|} |
|||
{| class="wikitable nowrap noresize" <!--style="white-space: nowrap;"--> |
{| class="wikitable nowrap noresize" <!--style="white-space: nowrap;"--> |
||
|+ |
|+ |
||