Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Implement] 와일드카드 검색패턴 적용 #78

Closed
mingxoxo opened this issue Jan 16, 2023 · 0 comments · Fixed by #81
Closed

[Implement] 와일드카드 검색패턴 적용 #78

mingxoxo opened this issue Jan 16, 2023 · 0 comments · Fixed by #81
Assignees
Labels
💻 Implement 기능 구현

Comments

@mingxoxo
Copy link
Owner

🚅 Issue 한 줄 요약

현재 디렉토리에서 와일드카드 패턴으로 정의되어 일치하는 파일로 대치

🤷 Issue 세부 내용

와일드카드란?

  • 와일드카드 문자는 bash 셸의 문자열 데이터에서 텍스트를 검색하거나 일치시키는 패턴을 정의하는 데 사용
  • 별표(*)는 특정 문자를 0회 이상 검색하는 데 사용

https://ciksiti.com/ko/chapters/1874-bash-wildcard-tutorial--linux-hint

와일드카드가 들어있는 노드를 제거한 후 추가되어야 하는 파일을 새로 노드에 연결한다.
이 때 여러 값이라면 left node로 추가한다.

📸 스크린샷

스크린샷 2023-01-16 오후 5 42 26

@mingxoxo mingxoxo added the 💻 Implement 기능 구현 label Jan 16, 2023
@mingxoxo mingxoxo moved this to 📋 To-do in Minishell backlog Jan 16, 2023
@mingxoxo mingxoxo moved this from 📋 To-do to 🏗 In progress in Minishell backlog Jan 16, 2023
@mingxoxo mingxoxo linked a pull request Jan 16, 2023 that will close this issue
wonyangs added a commit that referenced this issue Jan 16, 2023
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Minishell backlog Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 Implement 기능 구현
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants