↧
A little sleeper function in bash to replace native sleep command with some...
This is a small function I wrote (which I call sleeper), that I use in some of my bash scripts when there is a sleep for XX seconds, and I want to know how many seconds passed: #!/bin/bash interval=1...
View ArticleVim: Warning: Output is not to a terminal – Vim: Warning: Input is not from a...
Today I got this warning when I tried to run vim via ssh on a remote server … a quick search on google found me this blog post … and added -t to the ssh command options, resolved the issue.
View Article