Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to determine the file type in ubuntu

#run the following command
file <file_name.type_of_file>
#for example:- 
file biggner.py
#output
biggner.py : ASCII text
 
PREVIOUS NEXT
Tagged: #determine #file #type #ubuntu
ADD COMMENT
Topic
Name
2+9 =