# linux_file_tree **Repository Path**: leiyuqing_jing/linux_file_tree ## Basic Information - **Project Name**: linux_file_tree - **Description**: list tree for pointed dir - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-10 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux_file_tree list tree for pointed dir ## intsall ``` $sudo make ``` ## usage ``` file_tree #显示当前目录的树状图 file_tree {destination_dir} # 显示指定目录的树状图 file_tree {destination_dir}|grep xxx # 结合grep实现文件查找功能 ```