Search Results

Search: Posts Made By: buddi
2,009
Posted By buddi
Got it worked thanks guys .. Next time if i want...
Got it worked thanks guys .. Next time if i want to do some thing on my own instead of posting here , where do i start to learn this stuff
.. really appreciate all your help..
2,009
Posted By buddi
But I want to read it from [a=00.00.00.12] and...
But I want to read it from [a=00.00.00.12] and want to make that in next iteration
[b=00.00.00.13]
2,009
Posted By buddi
[a=00.00.00.01] [b=$(printf "%08d" $((...
[a=00.00.00.01]
[b=$(printf "%08d" $(( 10#${b//./} + 1 )) | fold -w2 | paste -sd.)]
am getting error in this
b=$(printf "%08d" $(( 10#${b//./} + 1 )) | fold -w2 | paste -sd.)
usage: paste [-s]...
2,009
Posted By buddi
am reading it from pom.xml, lets say original one...
am reading it from pom.xml, lets say original one is [project-SNAPSHOT-00.00.00.01]
And i should change that to [project-SNAPSHOT-00.00.00.02] push back git
2,009
Posted By buddi
No I haven't tried awk , I think I would like to...
No I haven't tried awk , I think I would like to go 00.00.01.00 once it reached 00.00.00.99
2,009
Posted By buddi
Hi , Am trying bump the SNAPSHOT version in...
Hi , Am trying bump the SNAPSHOT version in pom.xml , My company is APERVI
This is what i tried
a=00.00.00.01
b=`echo $a | cut -d"." -f1,2,3`"."`expr \`echo $a | cut -d"." -f4\` + 1`
echo $b...
2,009
Posted By buddi
Incremental logic
Hi Guys,
am trying to write logic to do incremental value using linux
Example:
a=00.00.00.01
My b should be like this

b=00.00.00.02
and when it reaches 99 my b should look like this...
Showing results 1 to 7 of 7

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