1/3
Question-and-answer flashcards reviewing common script file extensions and their typical usage contexts.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a .py file used for?
A Python script that can run on Linux, macOS, and Windows; it is a cross-platform scripting language.
What is a .vbs file used for?
A VBScript file used primarily for automation in Windows environments.
What is a .ps1 file used for?
A PowerShell script primarily used in Windows, though PowerShell Core enables use on Linux and macOS.
What is a .sh file used for?
A shell script commonly used in Unix/Linux environments; it can also run on Windows via WSL or tools like Git Bash.