Is it possible to list files from directory based on pagination scope.
for example.
ls 0,50
ls 50,100
ls 100,150
Actually we have ton of files inside directory and while displaying those files in view takes lot time if i display all files in one shot. instead i wanted to paginate result of files inside directory.
You could use
e.g.
Would display 20 filenames, starting at the 10th one.