📚 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

  1. List all ordinary files in current directory that have been modified within the last 1 minute
  2. List all ordinary files in current directory that have been modified within the last 1 hour
  3. List all ordinary files in current directory that have been modified within the last 24 hours
  4. List all ordinary files in current directory that have been modified within the last 48 hours