Unix Awk Script Awk Script 1. Print Even number of words in each line from file Ans. awk '{for(i=1;i<=NF;i++) if(i%2==0) printf("%s ",$i) ... Read More
Solved UNIX ASSIGNMENT-4 New UNIX ASSIGNMENT-4 Solved Tutorial - 4 Subject : Unix & Shell Programming 1. write a shell script to copy one file into other, displ... Read More
Unix Tutorial3 Ans Unix Tutorial3 Solved 1. Write a command to display content of top three largest file in a working directory. cat `ls -lS | grep -v '^d... Read More
Asp.Net ASSIGNMENT ASP.NET ASSIGNMENT Asp.NET Final File Practical Assignment 1. .Asp.net web server control 2. Asp.net validation control 3. Asp.net html ... Read More
UNIX ASSIGNMENT-4 UNIX ASSIGNMENT-4 Tutorial - 4 Subject : Unix & Shell Programming 1. write a shell script to copy one file into other, display appro... Read More
Assignment CPPM 2 Assignment – 2 Subject: CPPM Assignment – 2 Assignment Date: 05/9/2017 Subject: CPPM Submission Date: Questions:... Read More