登录 注册
当前位置:主页 > 资源下载 > 34 > 实现ls命令在Linux下的简易版本

实现ls命令在Linux下的简易版本

  • 更新:2024-11-07 11:58:14
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Linux - 操作系统
  • 格式:C

资源介绍

a version of ls1.c that sorts the list of items. It supports the -r option to sort in descending order. This version presents the list in a single column, but the code to display multiple columns is included.