Dev/Etc.

Dev/Etc.

[CMD] 경로 내 모든 파일 라인 수 세기

✅ Windows에서 Linux wc -l 명령어 쓰기 특정 폴더 내의 모든 R 소스 파일이 각각 몇 라인이나 되는지 확인할 일이 있었다. 직접 열어서 봐도 되지만 너무 귀찮아서 찾다 보니 역시나 CMD에서 명령어로 쉽게 해결 가능했다! 까먹지 않기 위해 기록해둔다. #선행 작업) 원하는 파일이 있는 경로에서 CMD 열기 #폴더 내 R 소스 라인 수 세기 find /V /C *.R # 응용) 폴더 내 txt 파일 라인 수 세기 find /V /C *.txt 🍒 팁 - 경로 내의 모든 파일 목록 txt 파일로 추출하기 이것도 자주 사용하고 있어서 같이 정리해둔다. # 폴더 내 모든 파일 목록을 list.txt로 만들기 dir>list.txt ‼️ 참고 윈도우 find 명령어로 리눅스 wc -l 명령을 흉내..

Dev/Etc.

[VIM] colorscheme 바꾸기(+ vimcolorscheme 사이트)

🍒 VIM colorscheme 사이트 Putty로 개발 중인 나.. .. 검은 화면 하얀 글씨에 질려서 VIM colorscheme을 찾아보니 이 사이트에 예쁜 colorscheme들이 깔끔하게 정리되어 있었다. https://vimcolorschemes.com/ Trending vim color schemes | vimcolorschemes Check out the Trending vim color schemes! | vimcolorschemes is the ultimate resource for vim users to find the perfect color scheme for their favorite development environment. Come for the hundreds of vim..

Dev/Etc.

[BOX] API를 활용한 파일 업로드

🍒 BOX API 참고 자료 BOX API reference를 통해 원하는 기능을 확인한 후, 상세 코드는 sample code를 참고하여 개발할 수 있습니다. BOX API 문서 : BOX가 제공하는 기능에 대한 명세(parameter, function 등)와 API 테스트 기능 제공 https://developer.box.com/reference API Reference - Box Developer Documentation developer.box.com BOX API 활용 샘플 코드(언어별) : reference에서 설명한 각 기능에 대한 언어별 샘플 코드 제공 https://developer.box.com/sample-code Box Developer Documentation Sorry, we c..

/* a piece of dev */
'Dev/Etc.' 카테고리의 글 목록