Changes between Initial Version and Version 1 of Ticket #13741, comment 1
- Timestamp:
- Oct 12, 2022, 7:28:43 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13741, comment 1
initial v1 8 8 }}} 9 9 10 Note that it counts also the two header lines that preceded the list of games, so you need to remove 2 from the result. Alternatively with recent ScummVM versions you can use grep ':' to remove lines that do not have a colon characters (all game lines have one and the header lines don't): 11 {{{ 12 scummvm --list-games | grep ':' | wc -l 13 }}} 14 10 15 Since I was curious and I have various ScummVM versions on my computer I ran it and got: 11 16 || ||= Number of engines =||= Detected games =|| 12 ||= 1.8.1 =|| || 15 3||13 ||= 1.9.0 =|| || 15 9||14 ||= 2.0.0 =|| || 16 4||15 ||= 2.1.2 =|| || 17 7||16 ||= 2.2.0 =|| 6 4 || 1927||17 ||= 2.5.1 =|| 7 4 || 5715||18 ||= 2.6.0 =|| 7 8 || 6705||17 ||= 1.8.1 =|| || 151 || 18 ||= 1.9.0 =|| || 157 || 19 ||= 2.0.0 =|| || 162 || 20 ||= 2.1.2 =|| || 175 || 21 ||= 2.2.0 =|| 62 || 1925 || 22 ||= 2.5.1 =|| 72 || 5713 || 23 ||= 2.6.0 =|| 76 || 6703 || 19 24 20 25 Some notes: