groups

name language licence
Open a file with a specific application Shell Other
Match any character except a new line Shell Other
Color on Mac terminal Shell Other
Find command Shell Other
Find out linux installation version from command line Shell Other
Find out processor info from command line Shell Other
Find out user groups from the command line Shell Other
Last reboot Shell Other

< 1 2 3 >



language: Shell
licence: Other

Open a file with a specific application

options: view full snippetsend to code collector
open -a /Applications/TextEdit.app /Volumes/Macintosh HD/demo.txt
	
(Continues...)