Answers for "ubuntu see files"

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
2

find in files ubuntu

grep -r 'pattern_to_match' directory_to_search
Posted by: Guest on February-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language