I would like to be able to use the BSD unix utilities: column, join and paste in my Cygwin installation. It seems that they are not available, or I cannot find them. Is there a way to install them so I can use them on Windows?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Cygwin is based on Linux, so its utilities come from the same packages as on Linux:
|
|||||||||||||||
|
joinandpasteare provided as part of the coreutils package, which is installed by default. If you havels, you should havejoinandpaste. Or are you looking specifically for the BSD versions of them? – Keith Thompson Oct 29 '11 at 22:32