checking for case-insensitive filenames... nochecking selected sort method... external sort utilitychecking for sort... yeschecking if sort accepts our command line... yeschecking how to run the C preprocessor... gcc -Echecking for grep that handles long lines and -e... /usr/bin/grep...
grep -i Case insensitive search. grep -r Recursive search. grep -v Inverted search. grep -o Show matched part of file only. locate file1 Find file1. whereis command Find binary/source/manual for command. which app Locate a command for the app. look string file1 Display any lines in ...
Changes url validation so its case insensitive and adds a test for it Sep 4, 2016 README MIT license gron Make JSON greppable! gron transforms JSON into discrete assignments to make it easier togrepfor what you want and see the absolute 'path' to it. It eases the exploration of APIs th...
In case you have a custom coverage task, it can be plugged into the coverage flow by changing the main coverage task alias, for example:[tasks.coverage] alias = "coverage-some-custom-provider"You can run:cargo make --list-all-steps | grep "coverage-" ...
bzfgrep(1) bzgrep(1) bzip2(1) bzip2recover(1) bzless(1) bzmore(1) c++filt(1g) c2ph(1) cal(1) calendar(1) cancel(1) capinfos(1) card(1) card_eventmgr(1) case(1) cat(1) cat(1g) ccmake(1) ccomps(1) cd(1) cdc(1) cdda2wav(1) cdrecord(1) cdrw(1) cdv(1) cfgma...
The make command accepts a target parameter (one of those defined in the Makefile), so the generic command line syntax ismake <target>. However, make also works if you do not specify any target on the command line, saving you a little typing; in such a case, it defaults to the first...
checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for AIX... no checking for --with-suffix... checking for case-insensitive build directory... yes checking LIBRARY... libpython$(VERSION).a ...
if (grep(/^$k$/, @ALLOWED_ARGS)) { $ENV{$k} = $v; } } # Default install path my $CONFDIR = $ENV{CONFDIR} || '/etc/ora2pg'; my $RPM_CONFDIR = $CONFDIR; my $DOCDIR = $ENV{DOCDIR} || '/usr/local/share/doc/ora2pg'; my $DEST_CONF_FILE = 'ora2pg....
# liblzmaConfig.cmake to make find_package work in case insensitive # manner even with case sensitive file systems. This gives more consistent # behavior between operating systems. This optionally includes a dependency # on a threading library, so the contents are created in two separate pa...
$(warning ***) $(error Case-insensitive filesystems not supported) endif endif endif # Make sure that there are no spaces in the absolute path; the # build system can't deal with them. ifneq ($(words $(shell pwd)),1) $(warning ***) $(warning You are building in a directory wh...