파워쉘 history

  다른 뜻에 대해서는 리눅스 history 문서를 참조하십시오.

1 개요[ | ]

파워쉘 history; h
  • 명령어 수행 목록을 조회하는 파워쉘 명령어
PS C:\Users\jmnote> history

  Id CommandLine
  -- -----------
   1 dir
   2 ls
   3 clear
PS C:\Users\jmnote> h

  Id CommandLine
  -- -----------
   1 dir
   2 ls
   3 clear

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}