Printf Resources: Secrets of printf Compilation: $ gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c Simple_shell Recources: Unix shell Thompson shell Ken Thompson man or help: sh (Run sh as well) Compilation: gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh Kimba