I wrote about for each feature in bash, sh and zsh, I mean loop for a list. You know, there’s no for each
statement in bash, sh or zsh.
Category Archives: Code
Difference between xterm and uxterm
What is the difference between xterm and uxterm. Let’s check it.
Continue reading Difference between xterm and uxtermPHP: Read TSV and CSV
RAILS 4 : Load Seed from TSV and CSV
At the article Rails 4 : Load Seed from TSV, I wrote about how to inject tsv seed data into your db. This time, I wrote about how to inject not only tsv, also csv seed data into your db.
Continue reading RAILS 4 : Load Seed from TSV and CSV