search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bb Commands
10 bb entries
Limited to 100 results
bb Operations
Bb Command: Bind Edn Input Sequence From Stdin
echo "{:key 'val}" | bb -I "(:key (first *input*))" bb Operations
Bb Command: Bind Input Sequence Edn
echo "{:key 'val}" | bb -I "(:key (first *input*))" bb Search
Bb Command: Bind Input Sequence From Stdin
printf "first\nsecond" | bb -i "(map clojure.string/capitalize *input*)" bb Search
Bb Command: Bind Input Sequence Lines
printf "first\nsecond" | bb -i "(map clojure.string/capitalize *input*)" bb Operations
Bb Command: Bind Input Stdin Edn Native Clojure
echo "{:key 'val}" | bb -I "(:key (first *input*))" bb Search
Bb Command: Bind Input Stdin Lines Native Clojure
printf "first\nsecond" | bb -i "(map clojure.string/capitalize *input*)" bb Operations
Bb Command: Evaluate Expression
bb -e "("+ 1 2 3")" bb Operations
Bb Command: Evaluate Expression Native Clojure
bb -e "(+ 1 2 3)" bb Operations
Bb Command: Evaluate Script File
bb -f <path/to/script.clj> bb Operations
Bb Command: Evaluate Script File Native Clojure
bb -f <path/to/script.clj>