E
E
Evgeny Samsonov2017-02-03 10:50:18
linux
Evgeny Samsonov, 2017-02-03 10:50:18

Where are normal consoles found?

I can't live without wget, sed, vim and so on, but I have Windows, changing it to linux is not an option.
I tried embedded ubuntu in Windows and cygwin - both have a lot of the same bugs that do not allow you to execute the usual commands.
Are there any alternatives besides virtual machines?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
res2001, 2017-02-03
@res2001

Discover msys2.
Unlike cygwin, it is less heavy.
In its pure form, it gives a full-fledged bash under Windows, with a standard set of Linux tools. In addition, all tools can be called from the Windows console or batch files, because. these are ordinary Windows exe, adding the directory where they are in the PATH variable (maybe this is done during installation, I don’t remember anymore).
In addition, there is a package manager - pacman and a set of packages. Install gcc and you can build most of the nix software for Windows.
I myself regularly use it both for assembly and tools like sed and grep.

S
sim3x, 2017-02-03
@sim3x

Yes
Do not use non-POSIX OS

V
Vladimir Kuts, 2017-02-03
@fox_12

I use cygwin - in principle, the flight is normal. What exactly are bugs?
I also saw a package of UnixUtils packages compiled for Windows. I added them to my system path - and used it directly from the Windows console.
The same wget compiles remarkably under windows from source.

B
borodka_lenina, 2017-02-03
@borodka_lenina

babun.github.io
cygwin, everything is there.
There is even a package manager, something can be delivered. More than enough for work, the only thing I miss is bookmarks in the console.

D
Denis Verbin, 2017-02-03
@rez0n

As a cmder option

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question