This page contains some standard linux commands that are available for use across all linux systems but are easy to forget that they exist or using them can get confusing sometimes.
+
#### `wc` Command
+
This command is used to count things in linux and supports piping. It can be used for multiple purposes as shown below.
+
+
Syntax:
+
```
+
wc OPTION... [FILE]...
+
```
+
+
#### `ln` Command - How to create symbolic links / sys links in Linux.