medium
+15 XP
TERMINAL

List Files with Options

Practice using `ls` with different options.

Tasks:
1. Create files `a.txt`, `b.txt`, and `.hidden`
2. Use `ls` to list visible files
3. Use `ls -a` to list all files including hidden ones
4. Use `ls -l` to get detailed listing
You're exploring as a guest. Create a free account to save progress and submit solutions.
Terminal ChallengeRun commands in the terminal below