Skip to content

간단한 linux 명령어 구현을 통한 shell 만들기

Notifications You must be signed in to change notification settings

sktmdgus1212/MiniShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MiniShell

Making UnixProgramming Minishell

  1. redirection
  • ls > a.txt

    • file list를 a.txt에 입력
  • cat < a.txt

    • a.txt 내용을 stdout에 출력
  1. pipe
  • ls | more
    • file list를 출력, 이후 스페이스바로 한줄씩 출력

About

간단한 linux 명령어 구현을 통한 shell 만들기

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages