One can download MediaWiki via a web browser GUI here:
https://www.mediawiki.org/wiki/Download
The download link there isn't version agnostic (it changes any time a new version comes out), that makes it impossible to download by the same link because the link always changes.
How could I still download the latest MediaWiki in a version agnostic way? How to "target" the dynamic download link from command line? Possibly some regex is needed but possibly not.
less
. Then repeat but add in the second command. Thexmlstarlet
command can be used to format and slice'n'dice XML documents. There are quite a number of questions referencing it. – Chris Davies Oct 07 '22 at 21:31dev/null
("output suppression") is needed? won't we want to pipe the HTML output as-is to the secondxmlstarlet
? – automation Oct 08 '22 at 02:11sel -T -t -m
would help, sel is "select" right? Can we write select instead? What are the options? – automation Oct 08 '22 at 12:08