业精于勤荒于嬉,行成于思毁于随
powershell-notes.pdf
set-executionpolicy remotesigned
Get-ChildItem -Filter "*.*" |ForEach-Object { $f = $_.name; $d=$f -replace "-.*",""; mkdir $d; Move-Item $f $d$f; }
$args
Invoke-WebRequest "http://xxx.xxx.xxx/yyy.mp3" -Method GET -OutFile "yyy.mp3";
cat utf8_some.txt -Encoding utf8 > gbk_some.txt
没有评论:
发表评论