Main public logs

From Mintarc Forge

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

Logs
  • 07:56, 20 February 2025 Tommy talk contribs created page Process text stream with filters (Created page with "== cat - Concatenate and display file contents == Example: cat file.txt | tr 'a-z' 'A-Z' *This command displays the contents of file.txt and converts all lowercase letters to uppercase1. == cut - Remove sections from lines == Example: cat /etc/passwd | cut -d: -f1,7 *This extracts the username and shell fields from the passwd file5. == head - Display the beginning of a file == Example: cat long_file.txt | head -n 5 *This shows the first 5 lines of long_file.txt1. == t...")