06 2021 档案

摘要:新建10000个文件 #!/bin/bash mkdir -p test for ((i=1; i<=10000; i++)) do touch ./test/$(date +%H%M%S%N).txt done 测试find -delete time find ./test/* -delete r 阅读全文
posted @ 2021-06-22 09:41 三木燕 阅读(123) 评论(0) 推荐(0) 编辑
摘要:win10 powershell(管理员身份)操作 安装choco(windows的包管理工具类似于brew) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityPr 阅读全文
posted @ 2021-06-19 18:15 三木燕 阅读(5912) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示