Developer's Daily Unix by Example
  main | java | perl | unix | DevDirectory
   
Main
Unix
Education
Unix by Example
   

 

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 *

This command displays file type information for every file in the current directory.

file /etc/*

This command tells you information about every file in the /etc directory.

 


What's related

copyright 1998-2007, devdaily.com, all rights reserved.
devdaily.com, an alvin j. alexander production.