📚 Practice Mode
Unix/Linux and Windows Command Line Operations
Learn at your own pace with hints and detailed explanations
1 / 20
Multiple Choice
$ find . -type f -mtime 1
- List all ordinary files in current directory that have been modified within the last 1 minute
- List all ordinary files in current directory that have been modified within the last 1 hour
- List all ordinary files in current directory that have been modified within the last 24 hours
- List all ordinary files in current directory that have been modified within the last 48 hours