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
  • 20:25, 12 January 2026 Admin talk contribs created page DIFF - Basic Documentation (Created page with "Category:Wiki == Common diff Command Use Cases == === Compare Two Files Line by Line === To compare two files and show the differences between them: <nowiki> diff file1.txt file2.txt</nowiki> This command compares `file1.txt` and `file2.txt` line by line, displaying the differences in a unified format by default. === Show Differences Side by Side === To display the differences between two files side by side: <nowiki> diff -y file1.txt file2.txt</nowiki> The...")