Jump to content

Cheatsheet/TACL: Difference between revisions

From wikiNonStop
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>Bash</ref>
!*NIX<ref name=":0">invoke-history #</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>)
Line 21: Line 21:
|{{key press|Up}}
|{{key press|Up}}
|
|
|{{Key press|r [#]}}<ref name=":0" group="Powershell" />
|<nowiki>invoke-history|r #</nowiki>{{Key press|r}}
|-
|-
|'''{{kbd|FC}}'''|||Retrieve lines for editing from a previous command line. Works in many interactive subsystems<ref>See Note 3</ref>
|'''{{kbd|FC}}'''|||Retrieve lines for editing from a previous command line.<ref>See Note 3</ref>
|Example
|Example
|doskey /h
|doskey /h
Line 47: Line 47:
|-
|-
|'''{{kbd|VARIABLES}}'''
|'''{{kbd|VARIABLES}}'''
|Displays names of available variables, macros and routines in your environment
|Displays names of available variables, macros and routines
|set&nbsp;&hyphen;o&nbsp;posix
|set&nbsp;&hyphen;o&nbsp;posix
|
|
Line 76: Line 76:
|
|
|-
|-
|'''{{Kbd|Info&nbsp;DEFINE&nbsp;**}}'''
|'''{{Kbd|INFO DEFINE **}}'''
|List defined Defines
|List defined Defines
|
|

Revision as of 09:14, 30 April 2026

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
  1. invoke-history #
  2. Command Interpreter (legacy)
  3. Powershell
  4. See Note 1
  5. See Note 2
  6. See Note 3
  7. parameter <number> 1-99


Cite error: <ref> tags exist for a group named "Powershell", but no corresponding <references group="Powershell"/> tag was found