Main public logs
Appearance
Combined display of all available logs of Squishu Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:37, 4 July 2025 Princesssquishuskush talk contribs created page Redirection (Created page with "== General == * 0 = stdin * 1 = stdout * 2 = stderr * Each of these can be redirected independently * To redirect stderr, preface the > with the number of the file descriptor to redirect> This is often used to discard error info from appearing on the screen ** since stderr is on file descriptor 2, use 2> * Redirect stdout and stderr to different files ** kill iHUP 1234 >killout.txt 2>killerr.txt ** I am guessing that 1 is the default so you don't see 1> * Redirect stdout...")