Listing the available patches in openSUSE results in the following output.
The command that results int the details below is zypper patches. The same result is also displayed when running the command zypper list-patches -a
Loading repository data... Reading installed packages... Repository | Name | Category | Severity | Interactive | Status | Summary ----------------------------------+--------------------+-------------+-----------+-------------+------------+--------------------------------------------------------------------------------------------------- openSUSE-Leap-15.0-Update | openSUSE-2018-1000 | recommended | moderate | --- | not needed | Recommended update for gnuhealth, proteus, tryton, trytond, trytond_purchase, trytond_stock_supply openSUSE-Leap-15.0-Update | openSUSE-2018-1004 | security | low | --- | not needed | Security update for ffmpeg-4 openSUSE-Leap-15.0-Update | openSUSE-2018-1005 | security | moderate | --- | not needed | Security update for chromium openSUSE-Leap-15.0-Update | openSUSE-2018-1006 | security | moderate | --- | applied | Security update for okular openSUSE-Leap-15.0-Update | openSUSE-2018-1007 | recommended | moderate | --- | applied | Recommended update for tigervnc In an attempt to sort "Status" using the command sort -k 6,6 listing.txt | less for example yields the following output.
----------------------------------+--------------------+-------------+-----------+-------------+------------+--------------------------------------------------------------------------------------------------- Loading repository data... Reading installed packages... openSUSE-Leap-15.0-Update-Non-Oss | openSUSE-2018-1082 | recommended | moderate | --- | not needed | Security update for opera openSUSE-Leap-15.0-Update-Non-Oss | openSUSE-2018-1240 | recommended | moderate | --- | not needed | Recommended update for opera openSUSE-Leap-15.0-Update-Non-Oss | openSUSE-2018-1294 | recommended | low | --- | not needed | Recommended update for Regina-REXX, THE, ooRexx openSUSE-Leap-15.0-Update | openSUSE-2018-1000 | recommended | moderate | --- | not needed | Recommended update for gnuhealth, proteus, tryton, trytond, trytond_purchase, trytond_stock_supply openSUSE-Leap-15.0-Update | openSUSE-2018-1007 | recommended | moderate | --- | applied | Recommended update for tigervnc Repository | Name | Category | Severity | Interactive | Status | Summary In checking if the delimiter is a combination of spaces and tabs using the syntax highlighting rules in vim, it returns only spaces.
:syntax on :set syntax=whitespace It seems that the file may using multiple delimiters.
- What is the most effective way of determining the delimiters in use?
- What would be the best and simplest way to sort the columns based on the delimiters in use?
