Archives Nov. 4, 2015

linux help command Summary notes

Linux help command : help,--help,man,info

type command : View command type(Internal Command,External Command)
eg.:
[root@levi ~]# type -a cd 
cd is a shell builtin (Internal Command)

[root@levi ~]# type -a grep 
 grep is /bin/grep    ( External Command)
1.Internal Command (Help view)
help COMMAND
2.External Command (help view)
COMMAND --help
3 ...

Continue reading

Previous day

Oct. 28, 2015

Next day

Nov. 8, 2015

Archives