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
阅读全文
摘要:win10 powershell(管理员身份)操作 安装choco(windows的包管理工具类似于brew) Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityPr
阅读全文
浙公网安备 33010602011771号