grep.1 (070e8d36d9b3edee4d8b36cdf9745b9af239dce6) | grep.1 (085a42d0cff1a446e8a0eab1471970093e5235de) |
---|---|
1.\" $NetBSD: grep.1,v 1.2 2011/02/16 01:31:33 joerg Exp $ 2.\" $FreeBSD$ 3.\" $OpenBSD: grep.1,v 1.38 2010/04/05 06:30:59 jmc Exp $ 4.\" Copyright (c) 1980, 1990, 1993 5.\" The Regents of the University of California. All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 251 unchanged lines hidden (view full) --- 260Never print filename headers 261.Pq i.e., filenames 262with output lines. 263.It Fl Fl help 264Print a brief help message. 265.It Fl I 266Ignore binary files. 267This option is equivalent to the | 1.\" $NetBSD: grep.1,v 1.2 2011/02/16 01:31:33 joerg Exp $ 2.\" $FreeBSD$ 3.\" $OpenBSD: grep.1,v 1.38 2010/04/05 06:30:59 jmc Exp $ 4.\" Copyright (c) 1980, 1990, 1993 5.\" The Regents of the University of California. All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 251 unchanged lines hidden (view full) --- 260Never print filename headers 261.Pq i.e., filenames 262with output lines. 263.It Fl Fl help 264Print a brief help message. 265.It Fl I 266Ignore binary files. 267This option is equivalent to the |
268.Dq Fl Fl binary-file= Ns Cm without-match | 268.Dq Fl Fl binary-files= Ns Cm without-match |
269option. 270.It Fl i , Fl Fl ignore-case 271Perform case insensitive matching. 272By default, 273.Nm grep 274is case sensitive. 275.It Fl Fl include Ar pattern 276If specified, only files matching the given filename --- 303 unchanged lines hidden --- | 269option. 270.It Fl i , Fl Fl ignore-case 271Perform case insensitive matching. 272By default, 273.Nm grep 274is case sensitive. 275.It Fl Fl include Ar pattern 276If specified, only files matching the given filename --- 303 unchanged lines hidden --- |