리눅스(Linux)

리눅스 쉘 구현 참고

ruming 2022. 5. 25. 22:11

redirect 구현

https://sosal.kr/1114?category=227313 

 

일반 실행, 후면 실행, 순차실행, 리다이렉션 구현

https://mhwan.tistory.com/42

https://github.com/mhwan/Myshell/tree/master/myshells/source

 

파이프, 리다이렉션

https://pracon.tistory.com/121

 

그 외 쉘 구현

https://github.com/Reevid/shell/blob/master/shell.c

https://stackoverflow.com/questions/39341331/linux-shell-implementation-in-c-redirected-file-includes-the-prompt

https://gist.github.com/leejaeyeong/b667fed149f387237cd239998478edbf

 

 

'리눅스(Linux)' 카테고리의 다른 글

리눅스 [파일접근권한]  (0) 2020.09.29
[리눅스] 기본 명령어  (0) 2020.09.29
[리눅스] 단축키  (0) 2020.09.29