Main public logs

From IT-Arts.net

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

Logs
  • 10:28, 18 February 2026 Admin talk contribs created page SORT - Base Documentation (Created page with "Category:Wiki '''''[https://it-arts.net/index.php/Category:Wiki Return to Wiki Index]''''' === Basic Usage of the `sort` Command === The most basic usage of `sort` is to sort lines in a file: <nowiki> sort <file_name></nowiki> This command sorts the content of the specified file in ascending order (alphabetically for text or numerically for numbers). === Sorting in Reverse Order === To reverse the order of sorting, use the `-r` option: <nowiki> sort -r <fil...")