On Wed, Jan 23, 2019 at 08:43:11AM -0600, SternData wrote:
On 1/23/19 12:55 AM, ToddAndMargo via users wrote:
Hi All,
I just discovered this. To cd back to the previous directory
cd -
What a time saver!
-T
OK, then this will blow your mind:
dnf install autojump
https://www.linode.com/docs/tools-reference/tools/faster-file-navigation-wit...
For ksh users, there are a set of functions and aliases called mcd (menued cd) that I like. I've not tried to converted to bash.
$ mcd 1) ~/lib/kshfuncs 2) ~/lib 3) ~/Mail 4) ~ 5) /dev/mapper 6) /dev 7) /proc 8) /sys 9) / 10) /sys 11) ~ Select by number or enter a name:
It also has a "dirs" command that prints the list but does not do the query. This conflicts with the pushd/popd dirs command.
Jon