I'm trying to find the naming convention of some log files on our server, but there are so many that when I use an 'ls' command, it just hangs..
Is there a command I can use that only displays the first, say 10 found files?
Kinda like the "where rownum < 10" in SQL..
Is there a command I can use that only displays the first, say 10 found files?
Kinda like the "where rownum < 10" in SQL..