| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | file |
| Description | The "file" command shows you information about the file type of the files you specify - i.e., whether the file contains text or binary data, whether the file is an executable file, etc. |
| Examples | file
*
file /etc/*
|