(not set) | |
Blog | (not set) |
Website | https://plus.google.com/+EliasToivanen/ |
8
score
|
Generate a sequence of numbers$ echo {01..10} |
4
score
|
Run a command and copy its output to clipboard (Mac OSX)$ echo "Here comes the output of my failing code" | tee >(pbcopy) |