[GRASS-dev] [GRASS GIS] #2975: support bash on windows 10
GRASS GIS
trac at osgeo.org
Sat Sep 1 02:20:07 PDT 2018
#2975: support bash on windows 10
--------------------------+----------------------------------------
Reporter: martinl | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 8.0.0
Component: Startup | Version: unspecified
Resolution: | Keywords: bash, wingrass, windows 10
CPU: Unspecified | Platform: Unspecified
--------------------------+----------------------------------------
Comment (by hellik):
Replying to [comment:7 wenzeslaus]:
> There is a difference in syntax, so the binaries are there, but not the
command line tricks, right?
not sure what you mean:
{{{
C:\>awk --version
GNU Awk 3.1.7
Copyright (C) 1989, 1991-2009 Free Software Foundation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
}}}
{{{
C:\>grep --version
GNU grep 2.5.4
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
}}}
{{{
C:\>sed --version
GNU sed version 4.2.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE,
to the extent permitted by law.
GNU sed home page: <http://www.gnu.org/software/sed/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
E-mail bug reports to: <bug-gnu-utils at gnu.org>.
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
}}}
these are the GNU flavours of these tools shipped by OSGeo4W winGRASS? are
there different tool syntax on different operating systems?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2975#comment:10>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list