Etc.3 리눅스 명령어 정리 소프트링크 ln -n 하드링크 ln find -atime : 마지막으로 액세스 된 시간 -mtime : 수정시간 활용: 쿠머베니스 configMap 쉘스크립트 iconv : 변환 명령어 iconv -f UTF-8 -t EUC-KR ./test.1 ./test.4 -f : from -t : to > : 표준 입력 find -f ./ test.1 > result.txt 표준입력을 파일로 리다이렉션 >> : 동일하나 append 표준 출력 2023. 7. 13. Git Remote Tracking Branch 추가 Git remote tracking branch 추가시 (upstream branch도 같은 말이다) https://devconnected.com/how-to-set-upstream-branch-on-git/ How To Set Upstream Branch on Git – devconnected Complete step-by-step tutorial on how to set upstream branches (remote tracking branches) on Git easily using branch commands. devconnected.com git에서 처음 프로젝트 생성시 remote branch를 tracking하도록 설정하는데 이때 명령어 $ git push -u origin 또는 $ git .. 2022. 9. 12. [Junit] 테스트 작성 2022. 7. 25. 이전 1 다음