"윈도우 PowerShell"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
20번째 줄: 20번째 줄:


==참고==
==참고==
*https://en.wikipedia.org/wiki/Windows_PowerShell
* {{위키백과|파워셸}}
* {{영어 위키백과|PowerShell}}
*https://github.com/PowerShell/PowerShell
*https://github.com/PowerShell/PowerShell



2018년 8월 6일 (월) 09:36 판

1 개요

Windows PowerShell, PowerShell
윈도우 파워쉘; 파워쉘, 파워셸
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
  • MS의 CLI 쉘 및 스크립트 언어
Console
Copy
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.

PS C:\Users\zetawiki> echo 'Hello World'
Hello World

2 같이 보기

3 참고

문서 댓글 (3)
Pinkcrimson 2024-01-04
아 파워쉘과 CMD가 다른거였군요... ㅎㅎ
Jmnote 2024-01-04
대략 윈도우 10부터 PowerShell이 기본 쉘이 되긴 했지만, 도스 시절 명령어는 CMD (명령 프롬프트)에서 되긴 할 겁니다.
Pinkcrimson 2024-01-04
최소한 도스시절의 명령어들 정도는 계속 동작하게 해줘도 좋았을텐데요 ㅠㅠ rename 한번 쓰기도 힘드네요. > dir | rename-item -NewName {$_.name -replace "zip","cbz"}