본문 바로가기

Infra Architecture/windows

[ cmd ] 특정 명령어 도움말 보기 help

반응형

특정명령어 도움말 보기

명령어 /? 

D:\>find /?
Searches for a text string in a file or files.

FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]]

  /V         Displays all lines NOT containing the specified string.
  /C         Displays only the count of lines containing the string.
  /N         Displays line numbers with the displayed lines.
  /I         Ignores the case of characters when searching for the string.
  /OFF[LINE] Do not skip files with offline attribute set.
  "string"   Specifies the text string to find.
  [drive:][path]filename
             Specifies a file or files to search.

If a path is not specified, FIND searches the text typed at the prompt
or piped from another command.
반응형

'Infra Architecture > windows' 카테고리의 다른 글

[ cmd ] cmd에서 sftp로 파일 전송  (0) 2023.01.05