💡 Count "foo" occurrences (word-based)
pipex:       ./pipex infile "grep -o '\\<foo\\>'" "wc -l" "cat" outfile
bash:        < infile grep -o '\<foo\>' | wc -l | cat > outfile
💡 Show lines containing "foo", sort them, and number
available 🥇
| Command | Description | 
|---|---|
cat | 
Concatenates and displays file content (often used as input) | 
grep | 
Searches for patterns in input; often piped with cat, ls, etc. | 
ls | 
Lists files; often used as a source command in pipex | 
echo | 
Prints strings to standard output; great for testing | 
- recruit the co-founders
- complementary (very very different)
 - growth mindset + no agreement (sparks)
 
 - let wrong people go quickly
 - go outside confort zone and events to meet people - be social. not easy.
 
you learn only after "you have kids"