随笔分类 -  Linux

摘要:进入Git 配置文件: vim ~/.gitconfig 修改配置文件,添加下面内容: [credential] helper = store 引自:https://blog.csdn.net/zhengqijun_/article/details/63298202 阅读全文
posted @ 2022-03-24 23:43 Fintech技术汇 阅读(558) 评论(0) 推荐(0)
摘要:查找目录下的所有文件并且输出到指定文件 find /path -type f > filelist.txt Unix和windows格式转换 unix2dos filename dos2unix filename 磁盘空间 df -h:这个命令会以人类可读的格式(例如 GB 或 MB)显示磁盘分区的 阅读全文
posted @ 2016-03-04 19:04 Fintech技术汇 阅读(127) 评论(0) 推荐(0)