Skip to content
/ upto Public

Bash command that allows to go up to a certain directory

License

Notifications You must be signed in to change notification settings

driv/upto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

upto

Bash function that allows to go up to a certain directory.

Stop counting how many levels you have to go up in a folder tree and just type where you want to go! No more cd ../../../...

Usage example

Current dir /home/username/myfolder/myproject/mysubproject/function1/subfunction2/

If you want to go to /home/username/myfolder/myproject you just type upto myproject

upto will go to the highest folder matched, in the previous example, if you write upto my you will move to /home/username/myfolder

Configuration

Just add upto.sh to your /etc/profile.d/ folder.

About

Bash command that allows to go up to a certain directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages