사용자 도구

사이트 도구


windows:powershell

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
windows:powershell [2018/06/12 12:46]
kwon37xi [기본명령]
windows:powershell [2018/06/12 17:47]
kwon37xi [기본 개인 profile 파일]
줄 6: 줄 6:
  
 ===== 기본 개인 profile 파일 ===== ===== 기본 개인 profile 파일 =====
 +  * [[https://technet.microsoft.com/en-us/library/bb613488(v=vs.85).aspx|Understanding profile]]
   * ''$PROFILE'' 환경변수 값으로 프로필 파일 생성<code>   * ''$PROFILE'' 환경변수 값으로 프로필 파일 생성<code>
 New-Item $profile -force -itemtype file New-Item $profile -force -itemtype file
줄 24: 줄 25:
 Import-Module Get-ChildItemColor Import-Module Get-ChildItemColor
  
-Set-Alias Get-ChildItemColor -option AllScope +Set-Alias ls Get-ChildItemColor -option AllScope 
-Set-Alias ls Get-ChildItemColorFormatWide -option AllScope+Set-Alias ll Get-ChildItemColorFormatWide -option AllScope
 </code> </code>
  
windows/powershell.txt · 마지막으로 수정됨: 2024/03/05 13:00 저자 kwon37xi