# 高仿Liunx的ls -l命令 **Repository Path**: ikaros-521/ls_l ## Basic Information - **Project Name**: 高仿Liunx的ls -l命令 - **Description**: 高仿Liunx的ls -l命令 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-12 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 高仿Liunx的ls -l命令 #### 介绍 高仿Liunx的ls -l命令 #### 使用说明 终端执行 gcc -std=c99 ls_l.c -o ls 编译生成ls可执行文件 终端执行 ./ls -l 运行程序