(no title)
momentoftop | 2 days ago
In Emacs, when I hit C-h i I get a menu of all my info manuals and I first read the bash one there.
momentoftop | 2 days ago
In Emacs, when I hit C-h i I get a menu of all my info manuals and I first read the bash one there.
ontouchstart|2 days ago
REDIRECTION Before a command is executed, its input and output may be redirected using a special notation interpreted by the shell. Redirection may also be used to open and close files for the current shell execution environment. The following redirection operators may precede or appear anywhere within a simple command or may follow a command. Redirections are processed in the order they appear, from left to right.
...momentoftop|2 days ago