Using Unix command how to display no of records in oracle?

Submitted by: Administrator
>wc -l filename

Example:cat>file
1 abc 100
2 def 200
3 ghi 300
4 ijk 500

>wc -l file
4 file
Submitted by: Administrator

Read Online Unix General Job Interview Questions And Answers