From 5b649159a7fd51d9e23e3b515ae6b05f7d8cf1f1 Mon Sep 17 00:00:00 2001 From: murima Date: Sat, 20 Jun 2015 22:36:47 +0300 Subject: [PATCH] added the `pushd` command for easy switching between different directories --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8097227..bcacaae 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Notes: - For a simple web server for all files in the current directory (and subdirs), available to anyone on your network, use: `python -m SimpleHTTPServer 7777` (for port 7777 and Python 2) and `python -m http.server 7777` (for port 7777 and Python 3). +-For switching between directories while working on multiple directories use `pushd` to pushd the directories in a stack and you can easily remove them using `pop`, which will remove the topmost directory in the stack or rotate the stack forward or backward using `pushd+n`. where `n` is the number of times to rotate the stack ## Processing files and data