
autojump
List of commands for autojump:
-
autojump:tldr:01521 autojump: Jump to a directory that contains the given pattern.$ j ${pattern}try on your machineexplain this command
-
autojump:tldr:0bcd7 autojump: Jump to a sub-directory (child) of the current directory that contains the given pattern.$ jc ${pattern}try on your machineexplain this command
-
autojump:tldr:76c50 autojump: Show the entries in the autojump database.$ j -stry on your machineexplain this command
-
autojump:tldr:b03d8 autojump: Open a directory that contains the given pattern in the operating system file manager.$ jo ${pattern}try on your machineexplain this command
-
autojump:tldr:dc014 autojump: Remove non-existing directories from the autojump database.$ j --purgetry on your machineexplain this command