Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created June 14, 2018 02:45
Show Gist options
  • Save goddoe/85f74a2469b6628b3059eae432b6bfc7 to your computer and use it in GitHub Desktop.
Save goddoe/85f74a2469b6628b3059eae432b6bfc7 to your computer and use it in GitHub Desktop.
How to get the directory name of parent of parent.
echo "$(dirname "$(dirname $PWD)")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment