clearlove's blog
禅与计算机编程艺术
Konck! Knock!
OK
clearlove's blog
Choose mode
dark
auto
light
Home
Category
favorite
front-end-js
java
command
deploy
setting
linux
android
front-end-angular
base64
front-end-css
database
docker-compose
security
docker
es6
big-data
front-end-html
back-end-java
kafka
markdown
back-end-maven
python
io
front-end-ts
typescript
tools
hot-key
vscode
windows
Tag
TimeLine
一次执行多条命令
Konck! Knock!
OK
一次执行多条命令
Clear Love
8/29/2021
command
#
cmd
使用
&&
拼接多条命令
cd
..
&&
dir
1
#
powershell
使用
;
拼接多条命令
cd
..
;
ls
1
#
linux
使用
&&
拼接多条命令
cd
..
&&
ls
1