DEV Community

MokhtarEbrahim
MokhtarEbrahim

Posted on

2

Linux find command tutorial

1 Find a directory
2 Find hidden files
3 Find files of a certain size or greater than X
4 Find from a list of files
5 Find not in a list
6 Set the maxdepth
7 Find empty files (zero-length)
8 Find largest directory or file
9 Find setuid set files
10 Find sgid set files
11 List files without permission denied
12 Find modified files within the last X days
13 Sort by time
14 Difference between locate and find
15 CPU load of find command

https://likegeeks.com/linux-find-command/

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹ī¸

👋 Kindness is contagious

If you found this post useful, please drop a ❤ī¸ or leave a kind comment!

Okay