How to identify whether a file is normal file or directory?
Answer Posted / srinath.p
$ls -l filename/directoryname
if the first digit is - then it is file,if it is d then it
is directory
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to find $ai_serual resolved path by using unix
Enlist some filename manipulation commands in unix.
What does this command do,"$more readme.txt“?
What is the difference between cat command and more command?
Why is shebang used?
Explain ‘library functions’ with respect to unix commands?
Name the unix command to find how many days the server has been up.
What is unix command line?
What is command statement?
What does the metacharacter mean?
What is awk good for?
What is grep command in unix with examples?
Describe the usage and functionality of the command rm –r * in unix?
What are the unix commands?
Write a command to kill the last background job?