Posts by watchmaker
How to type letters for non Latin based alphabets? Russian keyboards have a key that works like a caps-lock but instead of switching between small-case and upper-case, it switches between Cyrillic...
Why not simply use ls -l on the target file? Or ls -lt | head on the directory? The -lt option makes ls to show long description, including size and timestamp, while sorting by timestamp. So you ...
How can I check texts using latex/mathjax (intended for this site, but not restricted to that) on my own system before getting online and spending time on try&error? The focus is on mathjax, w...
Inspired by https://software.codidact.com/posts/294883 , I had a look at shell scripting (bash). I have little experience there as I prefer (long) one-liners. For trap there is some kind of wildc...
