사용자 도구

사이트 도구


windows:powershell

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
windows:powershell [2018/05/29 08:22]
kwon37xi
windows:powershell [2018/05/29 08:59]
kwon37xi
줄 10: 줄 10:
  
 ===== sudo ===== ===== sudo =====
-  * [[windows:elevate|Windows Elevate]] +  * [[windows:sudo|Windows sudo]] 
-  * [[https://sourceforge.net/projects/sudowin/|Sudo for Windows download SourceForge.net]]+ 
 +===== Color ls ===== 
 +  * [[https://github.com/joonro/Get-ChildItemColor|Get-ChildItemColor]] 
 +  * [[windows:powershell:gallery|PowerShell Gallary]] 로 설치 
 +  * ''$Home\[My ]Documents\WindowsPowerShell\Profile.ps1''에 다음 추가하면 ''l'', ''ls''로 명령실행가능. 기존 명령은 ''dir''로 가능<code> 
 +# for colored ls 
 +Import-Module Get-ChildItemColor 
 + 
 +Set-Alias l Get-ChildItemColor -option AllScope 
 +Set-Alias ls Get-ChildItemColorFormatWide -option AllScope 
 +</code>
  
 ===== 명령창 없이 명령 실행하기 ===== ===== 명령창 없이 명령 실행하기 =====
windows/powershell.txt · 마지막으로 수정됨: 2024/03/05 13:00 저자 kwon37xi