All commands mentioned Flashcards
bash
the “Bourne Again Shell”, interactive command line interperter
date
displays the date
echo
writes all params to standard output, seperated by spaces
help
displays online help for commands that follow
type
determines the type of command (builtin, function, etc)
type -t
determines the type with single word
apropos
all man pages whos NAME sections contain a given keyword
groff
sophisticated typesetting program
help
displays online help for bash commands
info
displays GNU based info pages on a character-based terminal
less
displays text (such as man pages) by page
man
displays sys man pages
manpath
determines seach path for sys man pages
whatis
locates man page for given command
cd
change directory