📂 PowerShell File I/O Basics

Reading and writing files is a core skill. PowerShell makes this easy with simple cmdlets.

📚 Example: File Reading & Writing

Output will appear here...
💡 Pro Tip: Use Out-File to write or overwrite files, Add-Content to append, and Get-Content to read files.