How to install Java in Ubuntu [Linux]
Hello Techies, Installing application in Linux makes always difficult to normal users, Where the software developing site gives their application in .zip or .tar.gz compressed format, Probably most of them…
Hello Techies, Installing application in Linux makes always difficult to normal users, Where the software developing site gives their application in .zip or .tar.gz compressed format, Probably most of them…
The Shell Programming code to generate the reverse of given string, We can make a output of reversed string for the given string, by using a variable to store the…
Now we going to see Conversion of upper case letter to lower case letter using Linux shell programming, Here the source code is given to generate the conversion, Please save this source using <filename>.sh extension,…
Finding Leap year in C program is very simple one, As same in Shell also we Implement on finding Leap year, I tried this in Ubuntu Linux. Saved with the…
Shell Program for to find Odd or Even numbers on given Input, i tried this on Ubuntu Linux, These Shell Program is Been Saved with the extension of .sh, …
Swapping two number using a Shell Program. I tried this in Ubuntu Linux. Saved with the extension of .sh, and i run this program by using sh <filename>. Lets try…