Short notes on common *nix commands.
Tail
tail prints the last lines of a file. -f follows new output as it is written.
tail -fMove
Move a file.
Aliases
unalias removes an alias.
Prefix a command with \ to use the native command instead of an alias.
Delete
Delete a file.
Updated:
2026 Aug 19

