Skip to content

Commit 96f7256

Browse files
committed
removing second instance of man
1 parent 233f9c9 commit 96f7256

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/hints.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ where COMMAND is the Linux command you want information about, like ``ls``, ``mk
3434
- write 'history' to see a list of the most recent commands written in the terminal
3535
- You can change the number of saved commands by setting the environment variable HISTSIZE in your <code>.bashrc file</code> in your home directory.
3636
- 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.
3937

0 commit comments

Comments
 (0)