Skip to content

Instantly share code, notes, and snippets.

@androzd
Created December 21, 2015 07:49
Show Gist options
  • Select an option

  • Save androzd/028107e6106fcab0af0f to your computer and use it in GitHub Desktop.

Select an option

Save androzd/028107e6106fcab0af0f to your computer and use it in GitHub Desktop.
If you have long path and need replace dir you can do this to change parent dir
# /home/from/Pictures/1/2/asdasd/cdcz/asdqwe/asdfasgfas/vfhbgh/vfahdfg/dsfahgasg/asdh725
cd `pwd | replace from to`
# /home/to/Pictures/1/2/asdasd/cdcz/asdqwe/asdfasgfas/vfhbgh/vfahdfg/dsfahgasg/asdh725
#if directory structure is identical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment