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.

27 August 2023

  • curprev 06:3006:30, 27 August 2023Sumantrom talk contribs 1,978 bytes +1,978 Created page with "{{QA/Test_Case |description=This test case aims to validate that `gawk`, a text processing utility, performs basic and some advanced operations correctly. |setup= # Install `gawk` if not already installed using the command: `sudo dnf install gawk` |actions= # Open a terminal window. ## Basic Operations # Create a text file with some sample numbers. Run `echo -e "1\n2\n3" > numbers.txt`. # Run a simple `gawk` command to sum the numbers in the file: `gawk '{s+=$1} END {pri..."