add more
This commit is contained in:
parent
50461e3a46
commit
1883d5d2df
2
.gitignore
vendored
2
.gitignore
vendored
@ -171,3 +171,5 @@ 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
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
# ls 之后将每一行输出包裹在 ` 里面
|
# ls 之后将每一行输出包裹在 ` 里面
|
||||||
echo "``````"
|
echo "<pre>"
|
||||||
Get-ChildItem . | ForEach-Object {
|
Get-ChildItem . | ForEach-Object {
|
||||||
echo $_
|
echo $_
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "``````"
|
echo "</pre>"
|
Loading…
Reference in New Issue
Block a user