Skip to content

Instantly share code, notes, and snippets.

@xanoni
Created August 7, 2021 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xanoni/ac9b697c77b162e801e8248103473394 to your computer and use it in GitHub Desktop.
Save xanoni/ac9b697c77b162e801e8248103473394 to your computer and use it in GitHub Desktop.
Poor man's `realpath`
#! /usr/bin/env sh
echo "$(cd "$(dirname "$1")"; pwd -P)/$(basename "$1")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment