Compile Named Pipe

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { printf("Hello Pipe: %s\n", __FILE__); return 0; }
# Create pipe mkfifo pipe.c # Fork 1. Copy file into pipe 2. consume the pipe with clang cat main.c > pipe.c & clang pipe.c # Run ./a.out echo # Filestats, notice pipe.c is 0 bytes. ls -l
Editor Settings
Theme
Key bindings
Full width
Lines