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 the basic difference you find between a shell script and perl?
What is the difference between scripting and coding?
Is it possible to substitute "ls" command in the place of "echo" command?
How can you get the value of pi till a 100 decimal places?
What does $$ mean in shell script?
How will you pass and access arguments to a script in linux?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
How to modify the PATH variable and make it executable?
What is shell chemistry?
How do I run a bin bash script?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.