[cs631apue] Question about the project

Jan Schaumann jschauma at stevens.edu
Tue Oct 8 12:54:32 EDT 2013


Hui Zheng <hzheng5 at stevens.edu> wrote:

> When I implement the
> "-C" option ("Force multi-column output),
> do I just implement the normal -C or I have to implement
> the more complex scenarios like "ls -Ci" with showing the inode
> number or even more complex "ls -Cis" showing the inode number
> and the blocks? Thanks

Yes, if you implement "-C", then it is expected to behave just like the
system ls(1) and can be combined with other non-conflicting flags.

-Jan


More information about the cs631apue mailing list