Skip to content

Instantly share code, notes, and snippets.

@euank
Created February 2, 2018 18:19
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 euank/55471929ae83eebcfd04b738315595c4 to your computer and use it in GitHub Desktop.
Save euank/55471929ae83eebcfd04b738315595c4 to your computer and use it in GitHub Desktop.
$ pwd
/lib
$ ls -alh os-release
lrwxrwxrwx. 1 root root 37 Nov 29 13:34 os-release -> ./os.release.d/os-release-workstation
$ x=os-release
$ echo "${x:A}"
/usr/lib/os.release.d/os-release-workstation
$ echo "${x:a}"
/usr/lib/os-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment