The Linux ls utility program is a powerful tool that lists the contents of a Linux directory in alphanumeric order. Listing 14-1 shows a C implementation of the algorithm and Listing 14-2 shows an x64 assembly language implementation.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Finding, Reading, and Selecting File and Directory Metadata

  • John Schwartzman

摘要

The Linux ls utility program is a powerful tool that lists the contents of a Linux directory in alphanumeric order. Listing 14-1 shows a C implementation of the algorithm and Listing 14-2 shows an x64 assembly language implementation.