Saturday, July 26, 2014

file command in linux/unix

  1. Use the file command to determine a file's type:
    
         file file1
         
  2. Now try it with a directory say, dir4:
    
         file dir4
         
  3. Finally, try it with a wildcard character;
    
         file *
         

0 comments:

Post a Comment