背景
家里是台式电脑,平时用mac电脑,在git提交的时候,提醒 LF will be replaced by CRLF the next time Git touches it
结论
这个警告说明 Git 在你的项目中检测到文件文件里面使用了 行尾符(Line Endings)&#…
【Linux实践】实验九:Shell流程控制语句 实验目的实验内容实验步骤及结果1. 变量的定义和使用2. 条件3. 运算4. if 语句5. case 语句6. for 语句7. while 语句8. until 语句9. 遍历复制10. 计算平方 实验目的
1、掌握条件判断语句,如if语句、case语句。…