powershell:: text editor _nano _notepad _echo_cat

 

3가지 방법

 

 

1) nano editor 설치

linux에서도 사용하는 nano editor는 기본 설치는 아니다.

choco 명령어로 설치한다.

 

 

 

2) 윈도우내장 notepad 사용

윈도우의 기본내장 editor NOTEPAD가 있다. 아래처럼 입력

notepad.exe  mycode.txt

notepad mycode.txt

 

 

 

3) echo  && cat 활용

cat 명령어는 powershell에서도 동작한다. 

 

 

 

 

 

_

반응형