zoukankan      html  css  js  c++  java
  • grep-2.26 sed-4.2.2 awk-4.1.4 wget-1.18 pcregrep-8.39 pcre2grep-10.22 for windows 最新版本静态编译

    --------------------------------------------------------------------------------------------
    grep (GNU grep) 2.26
    Copyright (C) 2016 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.
    
    Written by Mike Haertel and others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
    --------------------------------------------------------------------------------------------
    sed (GNU sed) 4.2.2
    Copyright (C) 2012 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.
    
    Written by Jay Fenlason, Tom Lord, Ken Pizzini,
    and Paolo Bonzini.
    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-sed@gnu.org>.
    Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.
    --------------------------------------------------------------------------------------------
    GNU Awk 4.1.4, API: 1.1 (GNU MPFR 3.1.4, GNU MP 6.1.1)
    Copyright (C) 1989, 1991-2016 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/.
    --------------------------------------------------------------------------------------------
    GNU Wget 1.18 built on mingw32.
    
    -cares +digest -gpgme +https +ipv6 +iri +large-file -metalink +nls
    +ntlm +opie -psl +ssl/gnutls
    
    Wgetrc:
        D:/MSYS/local/etc/wgetrc (system)
    Locale:
        D:/MSYS/local/share/locale
    Compile:
        gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc"
        -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib
        -I/usr/local/include -ID:/MSYS/local/include -DHAVE_LIBGNUTLS
        -ID:/MSYS/local/include -DNDEBUG -I/usr/local/include
    Link:
        gcc -ID:/MSYS/local/include -DHAVE_LIBGNUTLS
        -ID:/MSYS/local/include -DNDEBUG -I/usr/local/include
        -L/usr/local/lib /usr/local/lib/libintl.a /usr/local/lib/libiconv.a
        -lpsapi -lws2_32 -lmswsock -lnettle -LD:/MSYS/local/lib -lgnutls
        -LD:/MSYS/local/lib -lz -ID:/MSYS/local/include
        /usr/local/lib/libz.a /usr/local/lib/libintl.a
        /usr/local/lib/libiconv.a -LD:/MSYS/local/lib -L/usr/local/lib
        -lgnutls -lws2_32 -lintl -lcrypt32 -lhogweed -lgmp -lpsapi -ltasn1
        -lidn -liconv -lz -lnettle -lpthread -static -lws2_32 -lidn
        ftp-opie.o mswindows.o gnutls.o http-ntlm.o ../lib/libgnu.a
    
    Copyright (C) 2015 Free Software Foundation, Inc.
    License GPLv3+: GNU GPL version 3 or later
    <http://www.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.
    --------------------------------------------------------------------------------------------
    pcregrep version 8.39 2016-06-14
    pcre2grep version 10.22 2016-07-29
    --------------------------------------------------------------------------------------------
    diff (GNU diffutils) 3.5
    Copyright (C) 2016 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.
    
    Written by Paul Eggert, Mike Haertel, David Hayes,
    Richard Stallman, and Len Tower.
    --------------------------------------------------------------------------------------------
    GNU patch 2.7.5
    Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.
    Copyright (C) 1988 Larry Wall
    
    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.
    
    Written by Larry Wall and Paul Eggert
    --------------------------------------------------------------------------------------------
    
    grep-2.26_sed-4.2.2_awk-4.1.4.7z  822 Kb not support grep -P
    wget-1.18.7z  1.08 Mb
    pcregrep-8.39_pcre2grep-10.22_without-utf.7z  1.37 Mb
    pcregrep-8.39_pcre2grep-10.22_with-utf.7z 1.62 Mb include support grep -P
    diff-3.5_patch-2.7.5.7z 693 Kb
  • 相关阅读:
    归并排序(Merge Sort)
    AtCoder AGC035D Add and Remove (状压DP)
    AtCoder AGC034D Manhattan Max Matching (费用流)
    AtCoder AGC033F Adding Edges (图论)
    AtCoder AGC031F Walk on Graph (图论、数论)
    AtCoder AGC031E Snuke the Phantom Thief (费用流)
    AtCoder AGC029F Construction of a Tree (二分图匹配)
    AtCoder AGC029E Wandering TKHS
    AtCoder AGC039F Min Product Sum (容斥原理、组合计数、DP)
    AtCoder AGC035E Develop (DP、图论、计数)
  • 原文地址:https://www.cnblogs.com/nlsoft/p/6006343.html
Copyright © 2011-2022 走看看