Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
📁
File Operations
Master file manipulation and management

Your Task

List all .txt files in the current directory

Command Reference
Command
DIR
Syntax
DIR *.extension
Examples
DIR *.txt - Lists all .txt files
DIR test* - Lists files starting with 'test'

📁
File Operations
Master file manipulation and management

Your Task

List all .txt files in the current directory

Command Reference
Command
DIR
Syntax
DIR *.extension
Examples
DIR *.txt - Lists all .txt files
DIR test* - Lists files starting with 'test'