Zach PfefferSep 3, 20181 minInstall ctags, Create tags, Browse in Vim This post presents how to install ctags on Ubuntu 16.04.3, create tags and browse the code in vim. Install Type sudo apt-get install...
Zach PfefferSep 2, 20181 minSingle Line Bash Script Split Hack This post lists a simple sed script that will split a bash script written in a single line. Note: this script is a hack; it can produce...