Tag Archives: linux

Markdown Contents Table

The original inspiration for this post is this medium post which shows how a single (long) command can generate a markdown contents table for GitHub. The command is specifically for GitHub as it relies on the auto-generated links that the site makes, rather than needing to add links manually. In my post I wanted to… Read More »

How to Add Directories to Path

Adding a directory to the system path allows us to run executables win that directory from the command line. The PATH is an example of an environment variable. It is a list of directories where executable programs can be found. If we want our scripts or programs to be available from the command line we… Read More »