Revese String Shell Scripting Linux #!/bin/bash var1=$1 length=`echo ${#var1}` while [ $length -ne 0 ] do temp=$temp`echo $var1 | ...
Read More
Showing posts with label Linux Thread programming Basics. Show all posts
Showing posts with label Linux Thread programming Basics. Show all posts
Linux Thread programming Basics
Write a c program, create a global variable and try to increment its value for child & parent #include<stdio.h> #include...
Read More
Subscribe to:
Posts (Atom)