Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
🔧
Real-World Workflows
Practical scenarios and command combinations for everyday tasks

Your Task

Create a file named sample.txt with two lines, then display it and search for the word 'test'

Command Reference
Command
TYPE & FIND
Syntax
TYPE sample.txt | FIND "test"
Examples
TYPE sample.txt | FIND "test" - Find lines with 'test'
TYPE sample.txt - Show full file

🔧
Real-World Workflows
Practical scenarios and command combinations for everyday tasks

Your Task

Create a file named sample.txt with two lines, then display it and search for the word 'test'

Command Reference
Command
TYPE & FIND
Syntax
TYPE sample.txt | FIND "test"
Examples
TYPE sample.txt | FIND "test" - Find lines with 'test'
TYPE sample.txt - Show full file