Day 658
Jira
Tickets are linked automatically when mentioned like WHAT-1234
, but only with spaces around them; WHAT-1234: result
, for example, wouldn’t work.
zsh alias for summing up a column of numbers
alias sumup='paste -sd+ | bc'
bash sort version numbers
This is nice! sort -V
sorts by “version numbers” => 1, 10, 20, 50, 200, instead of the alphabetic 1 10 20 200 50.
bash zsh history / aliases TODO
I need something like “output to CLI and copy to clipboard” + I need a smaller timestamp and to the left, not right-aligned, so I can more easily copypaste stuff.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus