Scripting Languages

some of the different script languages I've worked with
  • Bourne Again SHell

    .bash .sh

    Bash is a Unix shell and command language.

  • Batch Script

    .cmd .bat

    A batch file is a script file in DOS and Microsoft Windows. .CMD is used for batch files in the Windows NT family.

  • Powershell

    .ps1

    PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language.

  • Python

    .py

    Python is an interpreted, high-level and general-purpose programming language.