전체 (1)

linux grep man 번역

GREP

Section: User Commands (1) Updated: 2000/02/26 Index Return to Main Contents

NAME

grep, egrep, fgrep - print lines matching a pattern 패턴과 일치하는 라인을 출력한다.  

SYNOPSIS

grep [options] PATTERN [FILE...] grep [options] [-e PATTERN | -f FILE] [FILE...]  

DESCRIPTION

Grep searches the named input FILEs (or standard input if no files are named, or the file name - is given) for lines ...
  • 시스템 | 2021.11.30 20:16
1