From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 August 2023

  • curprev 13:4513:45, 21 August 2023Sumantrom talk contribs 785 bytes +785 Created page with "{{QA/Test_Case |description=This test case ensures that the `findutils` package, which provides basic file searching utilities like `find` and `xargs`, functions correctly. |setup= # Ensure that `findutils` package is installed. If not, install it with the command: ``sudo dnf install findutils`` |actions= # Run the command: ``find /usr/bin -name 'ls'`` # This searches for the `ls` command within `/usr/bin`. # Use `xargs` to count the number of lines in `/etc/passwd`. Run..."