Go to file
2023-03-11 04:21:59 +01:00
getnextline libupdate 2023-03-07 05:24:59 +01:00
libft libupdate 2023-03-07 05:24:59 +01:00
src firstcommit 2023-03-01 04:36:24 +01:00
.gitignore update 2023-03-01 17:58:49 +01:00
en.subject.pdf firstcommit 2023-03-01 04:36:24 +01:00
LICENSE firstcommit 2023-03-01 04:36:24 +01:00
Makefile firstcommit 2023-03-01 04:36:24 +01:00
pipex.h firstcommit 2023-03-01 04:36:24 +01:00
Readme.md readmeupdate 2023-03-11 04:21:59 +01:00
test.sh shfix 2023-03-01 17:11:13 +01:00

Fix without $PATH commands should return No such file or directory instead of command not found Handle quotes properly Keep using the same file descriptors

Tester check for -Wall -Werror -Wextra find a program that returns 2 with invalid options add here_doc with "EOF " in some way This one is the reason why quotes will never work correctly because of the extra quotes ./pipex input "echo "'"hallo"'"" cat output Test if spaces are ignored within quotes ./pipex input "printf h'hal""lo hallo'h" cat output figure out the awk command thingy ./pipex input "awk '{print$1}' input" cat output ./pipex input "awk '{ print$1 }' input" cat output Memory Checker sed command find gcc add " -g -fsanitize=address" directly after it catch fsanitize signals

Project Name

Description
line 2
line 3\


Todo

Write program

  • Makefile
  • Functionality
  • Memory leaks
  • Norminette

Write Tester

  • Norminette
  • Makefile
  • Relink
  • Wrong Input
  • Check Output
  • Return Values
  • Memory leaks

Improvements

Feature

Program
  • Step 1
  • Step 2
Program
  • Step 1
  • Step 2

Bugs

existing bug Maybe a feature squashed


Usage

  1. Simply clone or download the repository
  2. Run make in the cloned directory
  3. Start the server with ./program in the cloned directory

Tester

  • add valgrind to tester
  • check for -Wall -Werror -Wextra

Usage

  1. Download test.sh ....... directory
  2. Make the file executable chmod +x test.sh
  3. Run ./test.sh to start the test

This project is part of the studies at 42

alt text

Syntax Description
Header Title
Paragraph Text
codeblock

blockquote