This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- whois-5.4.2/Makefile 2019-05-21 15:48:32.000000000 -0500 | |
+++ whois-5.4.2/Makefile.new 2019-05-21 15:49:55.000000000 -0500 | |
@@ -62,8 +62,12 @@ | |
DEFS += -DHAVE_CRYPT_H -DHAVE_LINUX_CRYPT_GENSALT -D_OW_SOURCE | |
mkpasswd_LDADD += -lcrypt -lowcrypt | |
else | |
+ifeq ($(shell $(PKG_CONFIG) --exists 'libcrypto' || echo NO),) | |
+mkpasswd_LDADD += $(shell $(PKG_CONFIG) --libs libcrypto) | |
+else | |
mkpasswd_LDADD += -lcrypt |
$ jq -s -r '.[:1000] | .[]' <in-file> > <out-file>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
node node_modules/csslint/dist/cli.js --exclude-list=node_modules . |
log.SetFlags(log.LstdFlags | log.Lshortfile)
Dry run:
find . -name '<pattern>' -print
Execute:
find . -name '' -print -exec rm -rf {} \;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /usr/ports/net/wget | |
$ sudo mmake install clean | |
===> Checking files for wget-1.10.2-3 | |
>> wget-1.10.2.tar.gz doesn't seem to exist on this system. | |
>> Attempting to fetch /usr/ports/Distfiles/wget-1.10.2.tar.gz from http://ftp.gnu.org/gnu/wget/. | |
100% |***********************************************************| 1184 KB 00:00 | |
>> Size matches for /usr/ports/Distfiles/wget-1.10.2.tar.gz | |
>> wget_1.10.2-2.diff.gz doesn't seem to exist on this system. | |
>> Attempting to fetch /usr/ports/Distfiles/wget_1.10.2-2.diff.gz from http://httpredir.debian.org/debian/pool/main/w/wget/. | |
ftp: Error retrieving file: 404 Not Found |
Both command
and type
are missing sooo
which
(aliased towhence
)whence
(mksh built-in)sudo find / -type f -name -print 2>/dev/null