summaryrefslogtreecommitdiff
path: root/sh/ggm
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-21 05:00:53 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-21 05:00:53 -0700
commit9e7482a1d28dd912847b8afc9a3cb71288bba8f7 (patch)
tree777419b7e2a01d0e6fd1dda2317d04af7569d1f6 /sh/ggm
parentc9e7e9964ae9fa098570829777be3167d6a680df (diff)
typo, grammar, e.g., instead of e.g.:
https://english.stackexchange.com/a/16215
Diffstat (limited to 'sh/ggm')
-rwxr-xr-xsh/ggm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/ggm b/sh/ggm
index b432142..04e66c8 100755
--- a/sh/ggm
+++ b/sh/ggm
@@ -10,5 +10,5 @@
# `man sort` `info sort`
ls --zero | sort -zt- -k1,1n -k2,2.3M | xargs -0 grep -i --color=always "$@"
-# if want reverse sort, put r right after -k1,1n, more see `man sort`, e.g.:
+# if want reverse sort, put r right after -k1,1n, more see `man sort`, e.g.,
#ls --zero | sort -zt- -k1,1nr -k2,2.3Mr | xargs -0 grep -i --color=always "$@" | "$PAGER"