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…
Evolution of a “TRAINEE”
I am a "TRAINEE". A difficult phase in the life of many. I would like to call it a phase which involves the evolution of a student into a professional.…
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…
What is actually a Supercomputer? | Misconceptions about supercomputer.
Before i started research on this topic, i had a very big misconception. Misconception 1:Supercomputer is "a" computer that is capable of doing large number of calculations really fast due…
How to prepare for my GCET | (Gujarat Common Entrance Test)
If you are going to give GCET (Gujarat Common Entrance Test) for the first time then this is an obvious question in your mind -"How to prepare for GCET?" .…
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…
Shell script to check if the given file exists or not ! | Shell script to check the existance of a file
#@program: To find whether the given file exists # or not but by also checking for the # given no of command line arguments #@author : Binoy Wilson #@Date :…
Shell script to find sum of individual digits of a given number
#@program: To find the sum of all digits by the user #@author : Binoy Wilson #@Date : 4th Jan, 2012 clear; echo "*********************************"; echo " PROGRAM : Total Sum Of…