bartekpacia / bartekpacia/minishell

Handle redirections

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Test cases

```
tac | rev 1>&2
```

Will not show any output.

---

```
ls nonexist 2>/dev/null
```

can be also written as:

```
2>/dev/null ls notexist
```

This also works:

```
ls 2>file.txt notexist
```

Idea:

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test entry point is named. Start by running the listed commands and tracing how the shell parses and executes them; done means the examples with 2> redirect stderr as shown, including redirection before the command and redirection to a file.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.