which command is used to identify the type of the file?
Answers were Sorted based on User's Feedback
Answer / shaishaw
file file_name
e.g
$ file deepak.txt
deepak.txt: ASCII text
| Is This Answer Correct ? | 5 Yes | 0 No |
what is the use of the hidden files?
How do I use nslookup?
What is "type" command in unix?what is the functionality??
What is the difference between AWK and SED commands? Plz give example and explain...
What command will change your prompt to myprompt?
How do you find which version and name of unix you are using at the command prompt?
Which command can you use to find the currently running process in unix server?
what is telnet?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
Which unix command lists files/folders in alphabetical order?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
in UNIX ,What is the command to view contents of a large error log file?