Existe um velho e simples shell disponível, do tipo que rodou?
Procure por um programa chamado Cygwin64 Terminal
(ou similar se você instalou a versão de 32 bits do Cygwin):
Éumatalhoparamintty
.
Sevocênãoconseguirencontrar,crieumatalhocomoseguintedestino:
C:\cygwin\bin\mintty.exe-i/Cygwin-Terminal.ico-
SubstituaC:\cywin
peloseudiretóriodeinstalaçãodoCygwin.
O argumento -
executará seu shell padrão, que será bash
se você não tiver feito outras alterações.
$ mintty --help
Usage: mintty [OPTION]... [ PROGRAM [ARG]... | - ]
Start a new terminal session running the specified program or the user's shell.
If a dash is given instead of a program, invoke the shell as a login shell.
Options:
-c, --config FILE Load specified config file
-e, --exec Treat remaining arguments as the command to execute
-h, --hold never|start|error|always Keep window open after command finishes
-i, --icon FILE[,IX] Load window icon from file, optionally with index
-l, --log FILE|- Log output to file or stdout
-o, --option OPT=VAL Override config file option with given value
-p, --position X,Y Open window at specified coordinates
-s, --size COLS,ROWS Set screen size in characters
-t, --title TITLE Set window title (default: the invoked command)
-u, --utmp Create a utmp entry
-w, --window normal|min|max|full|hide Set initial window state
--class CLASS Set window class name (default: mintty)
-H, --help Display help and exit
-V, --version Print version information and exit