📂 Bash File I/O

Bash lets you read from and write to files using redirection and commands like cat, echo, read, and printf.

📖 Example: Write and Read a File

▶️ Try It Yourself

Output will appear here...
💡 Tip: Use > to overwrite a file, and >> to append.