Shell script file 의 작성시 첫번째 라인 (shebang line) 작성법 : env 사용하기
2023.06.20 - [개발환경] - [Shell] env and Shebang line
- PATH와 같은 환경변수에서 shell script를 실행할 interpreter의 위치가 있을 경우 env를 사용하는게 편함.
- 환경변수 개념이 헷갈리면 다음 URL참고 : 2023.06.20 - [개발환경] - [Env] Environment Variable (환경변수)
변수 설정과 반복 구문 작성하기
2023.07.19 - [개발환경] - [bash] shell 기본 : 변수 설정 및 반복구문
명령어 치환을 통한 다른 명령어의 출력으로 특정 위치의 문자열 치환하기
2023.10.01 - [Linux] - [Shell] command substitution
여러 명령어를 연결하기
2023.09.12 - [Linux] - [Linux] Pipe와 다중 명령어
2023.10.02 - [Linux] - [Bash] 입출력 목적지 변경하기 : Redirection Operation
기본 명령어들
2024.05.20 - [Linux/shell] - [Bash] File과 directory 관련 command
2023.09.30 - [Linux] - [Linux] 파일 내용확인하기: cat, bat, less, more, head, tail
2024.05.11 - [Linux] - [linux] find 사용법.
https://dsaint31.tistory.com/234