Udemy Linux Flashcards
Open Terminal
Ctrl + Alt + D
Close Terminal
Ctrl + D
echo
Prints out what you give it
cal
Calendar
date
today’s date & time
clear
clear screen
history
all previous commands
to run command in history
! + line #
!!
run most recent command
history -c; history -w
clears history and makes changes permanent
exit
terminal closes
echo $PATH
current path
which
which folder a command is in
operand
input
man
man pages
man “-k” “which”
man page ; search ; for term “which” –> man (section number) “result title”
>
standard output; #1; also 1>; will truncate
> >
output; append file
tty
see path of terminal
<
standard INPUT
cut
cuts files and returns specific columns (“fields”); –delimiter –> give it what divides the columns; –fields –> how many to output
|
pipe data from standard input to next command for standard input