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
  • 相关阅读:
    Python之Sklearn使用教程
    Centos 查看路径下所有文件中是否包含指定字符
    Centos7x 开启6379端口,Centos7x开启端口
    分享几个ip定位api【转】
    @Scheduled(cron = "* * * * * *")
    QueryRunner的使用
    linux redis重置密码、重启
    nginx里的sticky的作用
    windows环境xampp搭建php电商项目/搭建禅道
    hive中解决中文乱码
  • 原文地址:https://www.cnblogs.com/nlsoft/p/6006343.html
Copyright © 2011-2022 走看看