|
Unable to see all file in a current directory
Hi,
I am unable to see all files in a current directory when use "ls -lrt" command
it is giving error message as below ( I think this current directory is having about 500 files)
<CONTROL /home/ckanth/sri>ls -lrt
UX:ls: ERROR: Out of memory: Insufficient or invalid memory
But when i give specific argument it is working
<CONTROL /home/ckanth/sri>ls -lrt *PRINT
-rw-rw-rw- 1 logic sri 51153 Sep 25 08:55 560PRINT
-rw-rw-rw- 1 logic sri 47045 Sep 26 10:07 561PRINT
-rw-rw-rw- 1 logic sri 48704 Sep 27 11:03 562PRINT
I will be very gladful if you give a solution of same.
thanks
|