A small reminder for me that FreeBSD’s tar (BSDTAR) can extract ISO files out of the box, unlike GNUÂ tar which can’t as far as I know.
List files in the ISO file:
$ tar -tf filename.iso
Extract files to current directory (pwd)
$ tar -xf filename.iso
Social Networks