Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 322 Bytes

exec-info.md

File metadata and controls

23 lines (17 loc) · 322 Bytes

Get info about executables

#unix #bash

Path

$ type <command>
$ which <command>

More information: Unix & Linux Stack Exchange

Version

$ apache2 -v
$ atom -v
$ nodejs -v
$ npm -v
$ perl -v
$ php -v