Search Results

Search: Posts Made By: rajneesh4U
11,973
Posted By rajneesh4U
Hi, Still code is showing same error. I have...
Hi,
Still code is showing same error. I have changed below code as per your suggestion, but still not working.
#bin !/bin/bash
clear
echo -n "Enter name "
read name
IFS=_
ary=($name)
for key...
11,973
Posted By rajneesh4U
Compare string length to a number
Hi,
I want to compare strings length to a number but i am getting error. I want first name should be length of 8.
Please help.

#bin !/bin/bash
clear
echo -n "Enter name "
read name
IFS=_...
1,741
Posted By rajneesh4U
Here, can you suggest me how i can convert into...
Here, can you suggest me how i can convert into uppercase. The name i want to convert into upper case in the below code.

#!/bin/bash
str="rajneesh_kumar"
IFS=_
ary=($str)
for key in...
1,741
Posted By rajneesh4U
Hi, Can you suggest me how i can convert array...
Hi, Can you suggest me how i can convert array string into upper case?
1,741
Posted By rajneesh4U
Can you tell me the full code after modifying,...
Can you tell me the full code after modifying, still i am not able to get.
1,741
Posted By rajneesh4U
Getting error while including values in xml tags using shell script
Hi All,

Please find the code below where I want to add the variable value in between the XML tags. I am taking one string and my goal is to put them between the xml tags. Ex : in between...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 02:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy