Answers for "how to determine the file type in ubuntu"

0

find file in ubuntu

find ~/ -type f -name "postgis-2.0.0"
Posted by: Guest on May-07-2021
1

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
3

ubuntu find file

$ find /path/to/file/ -iname filename
Posted by: Guest on September-25-2020

Code answers related to "how to determine the file type in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language