×

About Shell basics, Grep and Find commands

~Ganesh, Ranjith Shell – also called as command interpreter Interactive use: reads command lines from a terminal Shell script: When we put command lines into a file, that file is called a shell script or shell program.   Broad types of shell...

Read out all

Business Simulation

~Shimalini and Aravindh Business Simulation is an experimental learning tool where participants learn by running a virtual business in an interactive, risk-free and hyper – realistic environment. It helps in practising and improvising business skill such as Business insights, market analysis, operations,...

Read out all

SED command

~Saranya sed ‘s/find/replace/’ filename Find and replace a word in a file Ex output: sed ‘s/find/replace/1’ filename It will find and replace in line 1 sed ‘1,3 s/find/replace/1’ filename It will find and replace with the given range Ex output: sed ‘s/find/replace/g’ filename...

Read out all

Unix commands Session

~Ranjith In the layout team, we are learning UNIX command with the support of Sanjeev to improved our skills for automating tasks. Session on process, kill, disk utility, alias, pushd, popd, tar, and gzip commands: Process command: To find process which are...

Read out all

US Election Model

~Sharat Kumar & Vasanth The power of predictive modelling and Machine Learning in particular. We had an opportunity to put it to test, by working on the prediction of the US election, a couple of weeks prior to the US Presidential Election....

Read out all