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

Issue with Output File Creation if Infile doesn't exist. #2

Open
Memli-Sheremeti opened this issue Jan 11, 2024 · 0 comments
Open

Issue with Output File Creation if Infile doesn't exist. #2

Memli-Sheremeti opened this issue Jan 11, 2024 · 0 comments

Comments

@Memli-Sheremeti
Copy link

The pipex is currently experiencing an issue where the test case :

  • Pipex
    ./pipex infile cmd1 cmd2 outfile
    error : infile
    It fails to create the specified output file "outfile" and does not execute the specified command. If infile does'nt exist.

ls
bonus functions gnl img includes Makefile mandatory pipex README.md README.ru.md


  • Bash
    < infile cmd1 | cmd2 > outfile
    error : infile

ls
bonus functions gnl img includes Makefile mandatory outfile pipex README.md README.ru.md

This behavior deviates from the expected outcome in Bash, where successful execution and outfile creation are anticipated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant