You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The pipex is currently experiencing an issue where the test case :
./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
< 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.
The text was updated successfully, but these errors were encountered: