# os-command **Repository Path**: java_projects/os-command ## Basic Information - **Project Name**: os-command - **Description**: 通过Java调用操作系统命令 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通过Java调用操作系统命令 ## System.getProperty("user.dir"); 获得系统属性 https://blog.csdn.net/u013991521/article/details/78289729 java执行cmd命令和linux命令 https://blog.csdn.net/xh16319/article/details/17302947