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.

17 August 2023

  • curprev 08:3708:37, 17 August 2023Sumantrom talk contribs 1,003 bytes +1,003 Created page with "{{QA/Test_Case |description=This test case validates that the `diffutils` package is functioning as expected by creating two sample files and comparing them using the `diff` command. |setup=Ensure that the `diffutils` package is installed by executing the following command: sudo dnf install diffutils |actions= # Create two different sample text files: # echo "hello world" > file1.txt # echo "hello world2" > file2.txt # Use the `diff` command to compare the two files: # d..."