NAME grep, egrep, fgrep, rgrep - print lines that match patterns SYNOPSIS grep [ OPTION ...] PATTERNS [ FILE ... grep [ OPTION ...] -e PATTERNS ... [ FILE ...] grep [ OPTION ...] -…NAME grep, egrep, fgrep, rgrep - print lines that match patterns SYNOPSIS grep [ OPTION ...] PATTERNS [ FILE ... grep [ OPTION ...] -e PATTERNS ... [ FILE ...] grep [ OPTION ...] -…NAME grep, egrep, fgrep, rgrep - print lines that match patterns SYNOPSIS grep [ OPTION ...] PATTERNS [ FILE ... grep [ OPTION ...] -e PATTERNS ... [ FILE ...] grep [ OPTION ...] -…NAME grep, egrep, fgrep, rgrep - print lines that match patterns SYNOPSIS grep [ OPTION ...] PATTERNS [ FILE ... grep [ OPTION ...] -e PATTERNS ... [ FILE ...] grep [ OPTION ...] -…NAME git-grep - Print lines matching a pattern SYNOPSIS git grep [-a | --text] [-I] [--textconv ... rather similar to running the regular grep(1) utility with its -r option specifi…mount --make-private /mntP sh1# cat /proc/self/mountinfo | grep '/mnt ... propagation unchanged sh sh2# cat /proc/self/mountinfo | grep '/mnt' | sed 's/ - .*//' 222 145 8:17 / /mnt…files for a regular expression SYNOPSIS zgrep [ grep_options ] [ -e ] pattern filename ... DESCRIPTION The zgrep ... command invokes grep on compressed or gzipped files. All option…files for a regular expression SYNOPSIS zgrep [ grep_options ] [ -e ] pattern filename ... DESCRIPTION The zgrep ... command invokes grep on compressed or gzipped files. All option…files for a regular expression SYNOPSIS zgrep [ grep_options ] [ -e ] pattern filename ... DESCRIPTION The zgrep ... command invokes grep on compressed or gzipped files. All option…commits newer than , and using it with --grep= further limits to commits whose log message ... patterns are chosen (similarly for multiple --committer= ). --grep-reflog= Limit…commits newer than , and using it with --grep= further limits to commits whose log message ... patterns are chosen (similarly for multiple --committer= ). --grep-reflog= Limit…commits newer than , and using it with --grep= further limits to commits whose log message ... patterns are chosen (similarly for multiple --committer= ). --grep-reflog= Limit…commits newer than , and using it with --grep= further limits to commits whose log message ... patterns are chosen (similarly for multiple --committer= ). --grep-reflog= Limit…example: alias.cmd = "!echo $1 | grep $2" called as git cmd 1 2 will be executed ... fall back to git grep --no-index if git grep is executed outsideshell 30655 # echo 30655 > /sys/fs/cgroup/freezer/sub/cgroup.procs # cat /proc/self/cgroup | grep freezer 7:freezer:/sub Next ... sibling cgroup ( sub2 ): sh2# cat /proc/self/cgrou…Examples We assume the following in /etc/services $ grep 9418 /etc/services git 9418/tcp # Git Version Control ... daemon to serve /pub/scm from inetd. $ grep git /etc/inetd.conf g…disable snapshots. Unknown values are ignored. grep Enable grep search, which lists the files ... directory) containing the given string; see git-grep (1). This can be potentially …pushed, use git revert instead. The git grep command can search for strings ... version of your project, so $ git grep "hello" v2.5 searches for all occurrences of "hellowith a cmd use a script glog-grep to grep last relevant commit from ... /bin/glog-grep #!/bin/sh test -n "$1" && git log --grep "$1" --pretty=reference -1 || true $ cat msg.txtcomm,psr,pid | grep kswapd kswapd0 4 82 $ sudo taskset ... comm,psr,pid | grep kswapd kswapd0 4 82 $ taskset -p 82 pid 82’s current