From Fedora Project Wiki

Combined display of all available logs of Fedora Project Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:30, 27 August 2023 Sumantrom talk contribs created page QA:Testcase gawk (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...")