Script File Types and Their Uses

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

Question-and-answer flashcards reviewing common script file extensions and their typical usage contexts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

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.

2
New cards

What is a .vbs file used for?

A VBScript file used primarily for automation in Windows environments.

3
New cards

What is a .ps1 file used for?

A PowerShell script primarily used in Windows, though PowerShell Core enables use on Linux and macOS.

4
New cards

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.