xxxxxxxxxx
Move to file where your android tools stored and run emulator.exe with list-avd param:
cd ~/Android/Sdk/tools && ./emulator -list-avds
this command will list all off your devices:
Pixel_6_API_33
Pixel_XL_API_33
you can run wichever device you want with typing:
cd ~/Android/Sdk/tools && ./emulator -avd NAME_OF_YOUR_DEVICE
in my case:
emulator.exe -avd Pixel_6_API_33