COFPROG
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Revese String Shell Scripting Linux

Revese String Shell Scripting Linux #!/bin/bash var1=$1 length=`echo ${#var1}` while [ $length -ne 0 ] do temp=$temp`echo $var1 | ...
Read More

Child Parent Programing Basics Linux OS Programing

Create a program to demonstrate 5 child processes having common parent process.    #include<stdio.h> #include<unistd.h>...
Read More

List of Internal Commands for linux:

List of Internal Commands for linux: alias:  This command allows you to define commands of your own, or replace existing ones. For examp...
Read More

BOOK OF THE DAY