batch goto
REM # | EXAMPLE
@echo off
echo "aaa"
goto SkipBbbEcho_Label
echo "bbb"
:SkipBbbEcho_Label
echo "ccc"
REM # | Output:
REM # | aaa
REM # | ccc
REM # | ------------------------------------------------------
REM # | SYNTAX
REM # | goto <label-name>
REM # | :<label-name>
REM # | ------------------------------------------------------
Also in C++:
- windows powershell symlink
- how can i give command for gui ubuntu
- Maatwebsite\Excel\ install laravel
- amazon linux 2 install stress
- linux find size of directory and subdirectories
- unzip ubuntu
- anaconda download fro ubuntu20.04
- linux nano editor
- bash command help
- undo a git merge
- gcloud
- sed replace all until match in line
- how to run a .bin file in linux
- nc http server
- zookeeper cluster
- kill process at a port ubuntu
- awk define string as delimiter
- how to join any cluster redis
- install vinagre ubuntu
- linux cut -d add custom text
- how to pull git repository from github
- git fetch upstream from master
- compgen -c in windows
- bash sum floating point numbers