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 12:3812:38, 21 August 2023Sumantrom talk contribs 944 bytes +944 Created page with "{{QA/Test_Case |description=This test case ensures that the `ed` command-line text editor works properly on Fedora. |setup=# Ensure that you have `ed` installed. If not, install it: `sudo dnf install ed` |actions=# Open a terminal. # Create a new file and enter the `ed` editor: `ed testfile.txt` # At the `ed` prompt, type `a` to enter append mode. Then, type "This is a test file for ed.", and finish input with a single period `.` on its own line. # Save the changes to th..."