Immediately change to a directory after it is created Many times, when I create a new directory, the first thing I want to do is open it. The snippet below will immediately change to a directory after you create it. $ mkdir foo && cd !$ more bash posts Remove a symlink using the unlink command List files by the time they were last modified Iterate through the output of a shell command using a for loop Generating a random alphabetical string in command-line using jot more Linux posts Importing an OpenVPN configuration file into Network Manager Change default timeouts for starting and stopping systemd units