Shell Script

2020. 5. 8. 11:36컴퓨터_Com/컴퓨터_Com

for loop

https://devpouch.tistory.com/128

 

[bash] 리눅스 쉘 스크립트에서 for문 사용법 및 예제

리눅스 bash 쉘 스크립트에서 for문을 사용하는 방법에 대해서 알아보자. 어느 프로그래밍 언어든 조건문과 반복문은 자주 쓰기 때문에 잘 익혀두면 많이 편하다. (이러면서 저는 매일 까먹고 포

devpouch.tistory.com

Bash Shell Scripting: https://en.wikibooks.org/wiki/Bash_Shell_Scripting

 

Bash Shell Scripting - Wikibooks, open books for an open world

From Wikibooks, open books for an open world Jump to navigation Jump to search Currently this book provides an introductory level knowledge of Bash. Go to External Programs, External links and Using man, info and help for further directions and inspiration

en.wikibooks.org

https://www.cyberciti.biz/faq/bash-for-loop/

 

Bash For Loop Examples - nixCraft

Explains how to use a Bash for loop control flow statement on Linux / UNIX / *BSD / macOS bash shell with various programming examples.

www.cyberciti.biz

https://www.snoopybox.co.kr/1811

 

리눅스 bash 문자열 변수 조작 (자르기, 삭제, 치환)

리눅스 bash에서 가끔 문자열 변수를 조작할 일이 있는데, 자주 사용하지 않다보니 매번 사용할 때마다 검색을 해보곤 한다. 그래서 그냥 내가 자주 사용하는 핵심 몇가지만 정리해 두려 한다. 1.

www.snoopybox.co.kr

https://qastack.kr/unix/16024/how-can-i-assign-the-output-of-a-command-to-a-shell-variable

 

명령 출력을 쉘 변수에 할당하려면 어떻게해야합니까?

 

qastack.kr

 https://webdir.tistory.com/145

 

리눅스 mv, rename - 파일명 변경

파일명 하나를, 혹은 일괄적으로 변경하는 법에 대하여 배워봅니다. mv mv는 move의 약자로서 파일이나 디렉토리를 다른 위치로 이동시키거나 파일명을 변경하고자 할때 사용한다. 사용형식 : mv ��

webdir.tistory.com

 

'컴퓨터_Com > 컴퓨터_Com' 카테고리의 다른 글

노션 단축키  (0) 2023.11.17
파일 개수 세기  (0) 2022.06.03
awk 사용하기  (0) 2021.02.09
CSV 파일 합치기  (0) 2019.11.07
[awk/sed/grep] text 파일에서 일부분 추출, 편집  (0) 2019.09.09