This commit is contained in:
shenjack 2023-07-14 00:21:32 +08:00
parent 50461e3a46
commit 1883d5d2df
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@ -170,4 +170,6 @@ other things/
writer-test.xml writer-test.xml
test-xml-rs.xml test-xml-rs.xml
test-file.xml test-file.xml
test-save.xml test-save.xml
index.html

View File

@ -1,8 +1,8 @@
# ls 之后将每一行输出包裹在 ` 里面 # ls 之后将每一行输出包裹在 ` 里面
echo "``````" echo "<pre>"
Get-ChildItem . | ForEach-Object { Get-ChildItem . | ForEach-Object {
echo $_ echo $_
} }
echo "``````" echo "</pre>"