Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

Write a shell script to emulate the Id command of PRIME which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options.

The main ones are:

file select files only
dir select directories only
reverse sort in reverse order
no_header put no header on the output
brief output the header only
size display the size of each file
help display Id´s syntax and options
share|improve this question
Is this a request to have someone write it for you, or are you seeking pointers on how best to do it? – jasonwryan Oct 26 '12 at 0:05
To be honest, i want a learn how to do that, i dont have cloud..I am lost with that. thanks regards – Mark Long Oct 26 '12 at 0:09
1  
I feel obligated to upvote just because of the mention of PRIMOS. The world was a far more colorful and varied place in 1979. – Bruce Ediger Oct 26 '12 at 1:15

closed as too localized by jasonwryan, manatwork, warl0ck, Mat, Chris Down Oct 26 '12 at 12:42

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.