changeset 10083:151b3cb88e3a

<hppavilion[1]> ` echo \'cd wisdom; shopt -s dotglob; grep -ERls "$@" -- *\' > bin/gwn
author HackBot
date Mon, 02 Jan 2017 00:01:21 +0000
parents 1ecad6e403cf
children 6a4bacdef9e8
files bin/gwn
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/gwn	Mon Jan 02 00:00:37 2017 +0000
+++ b/bin/gwn	Mon Jan 02 00:01:21 2017 +0000
@@ -1,1 +1,1 @@
-grep -ERls "$@" wisdom/*
+cd wisdom; shopt -s dotglob; grep -ERls "$@" -- *