Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

file-utility.md

File metadata and controls

10 lines (7 loc) · 216 Bytes

file utility

The file command can be used to determine the type of a file.

$ file createTIL.js
createTIL.js: a /usr/bin/env node script text executable, ASCII text

See man file for more info.