Navigate to where the file is located (probably the Downloads folder) and enter the appropriate command in the console. sha-256: shasum -a 256 file.iso sha-1 shasum -a 1 file.iso md-5 md5 file.iso
Tag: osx
Open File with TextEdit from Command Line on OSX
open -a TextEdit filename Then go download Notepad from the Mac App Store because TextEdit kind of sucks.