&&
will execute the second command if the first succeeds
//
will execute the second command if the first fails
/
will send the stdout of the first command to the second command
=
equals
!=
Does not equal
-lt
less than (number)
gt
greater than
-eq
equals (number)
< >
less than & greater than (string)
Sort
reorders the output of a file by number, date, text, etc
cut
text delimiter the cuts strings with a specific character and prints the delimited text based on selected fields
WC
displays the number of lines, words, bytes and character in a file