I like to write the contents of ls -l into a file in unix. What is the command.
Can somebody help.
I di ls -l>tst.dat
but it is writting only few file names.
There are about 2000 files in this directory.

--Easwran