You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hints.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,4 @@ where COMMAND is the Linux command you want information about, like ``ls``, ``mk
34
34
- write 'history' to see a list of the most recent commands written in the terminal
35
35
- You can change the number of saved commands by setting the environment variable HISTSIZE in your <code>.bashrc file</code> in your home directory.
36
36
- Example: Open <code>.bashrc</code> with <code>nano</code>. Somewhere (at the end for instance) add: <code>export HISTSIZE=NUMBER"</code> where <code>NUMBER</code> is the number of commands to save, for instance 10000.
37
-
- <code>man PROGRAM</code> will give you the manual for a specific program or command, if it exists
38
-
- Example: <code>man gcc</code> will give open manual/help for the compiler <code>gcc</code>, containing flags to the compiler etc. **Note** that you need to first load a module that has gcc in.
0 commit comments