#!/bin/bash # Script to create a CSV formatted text with a file of a few lines having one entry per line. # This will merge the files line by line for i in `cat test`; do echo $i > out/$i.out; done; paste -d, out/*
This is an attempt by me to explore articles and News related with Technology(especially IT),Film,Art,etc Actually this is my personal documentation area where I keep projects' documents and the Tutorials I have read through in the Internet. Have a look and let me know your opinion