Answers for "ubuntu see type of file terminal"

2

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
Posted by: Guest on September-27-2021

Code answers related to "ubuntu see type of file terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language