This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygcheck and literal plus sign


On Mon, Jan 27, 2014 at 9:47 AM, Gates, Roger wrote
> $ ascii +

It should be noted that "ascii" is not included with a base install, and part of
the "ascii" package

> $ cygcheck -p 'g\x{2b}\x{2b}.exe'

it should be further noted that the braces are not necessary in this instance

    $ cygcheck -p 'g\x2b\x2b.exe'
    Found 9 matches for g\x2b\x2b.exe
    x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-1
    x86_64/cygwin32-gcc-g++/cygwin32-gcc-g++-4.8.2-2
    x86_64/gcc-g++/gcc-g++-4.8.1-3
    x86_64/gcc-g++/gcc-g++-4.8.2-1
    x86_64/mingw-gcc-g++/mingw-gcc-g++-4.7.3-1
    x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.1-2
    x86_64/mingw64-i686-gcc-g++/mingw64-i686-gcc-g++-4.8.2-1
    x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.1-2
    x86_64/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-4.8.2-1

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]