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
  • 08:00, 20 February 2025 Tommy talk contribs created page Use streams, pipes and redirects (Created page with "== Redirecting standard input, output, and error== < : Redirect input from a file Example: sort < unsorted.txt *This reads the contents of unsorted.txt as input for the sort command. Redirect output to a file (overwrite) Example: ls -l > file_list.txt *This writes the output of ls -l to file_list.txt, overwriting existing content. Redirect output to a file (append) Example: echo "New line" >> log.txt *This appends "New line" to the end of log.txt. ==2>&1 : Redirect...")