how to get part of string variable with echo command only?
No Answer is Posted For this Question
Be the First to Post Answer
What is sudo command?
How do we delete all blank lines in a file?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
what is tickets $ what low,medium,high priorite pls define time also
shell script for reverse the string
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
How to make userdefined variables to available for all other shells?
How to declare functions in unix shell script?
How do I run a powershell script?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.