Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active December 15, 2015 17:59
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 stefanschmidt/5300378 to your computer and use it in GitHub Desktop.
Save stefanschmidt/5300378 to your computer and use it in GitHub Desktop.
Show version of the FreeBSD script tool installed on OS X
# e.g. ProductName: Mac OS X / ProductVersion: 10.8.3 / BuildVersion: 12D78
sw_vers
# e.g. $FreeBSD: src/usr.bin/script/script.c,v 1.24 2004/02/15 17:30:13 cperciva Exp $
strings /usr/bin/script | grep FreeBSD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment