IT Stuff

Copy multiple files to a single file using POWERSHELL | Copy the contents of multiple CSV files into a single CSV file using POWERSHELL

This is a PowerShell script that I created when I wanted to combine the data of almost 700 + CSV files into a single CSV file named I will try…
Continue Reading »

Free Feast explains India’s status in the Supercomputer field | Innovative ISRO’s new Supercomputer-SAGA 220. | freefeast.info

When i added an article based on world's top 10 supercomputers of 2011, some of my friends (asked or rather) gave me the idea of writing an article stating the…
Continue Reading »

Simple example for creating your own linux command | learn to make linux command | simple example of getopts command

#@program: To parse a commandline arguments # function with the help of getopts #@author : Binoy Wilson #@Date : 4th Jan, 2012 while getopts cdv: OPTION do case $OPTION in…
Continue Reading »