Small things ppl should know about unix
- When prompted
[Y/n]the capitalized letter is the default, you can just press enter. /usr/means Unix System Resources, not user.- In most shells,
!!is an alias to the last command. - In most shells,
!$is an alias to the first argument given to the last command. - A space isn't required when piping commands.