Search Results

Search: Posts Made By: ash.g
1,643
Posted By ash.g
Prime Generation Code Not Working Properly
My code for the generation of prime numbers from 2 to a value(given at run time) as fallows is not working. Can you assist me?
clear
echo "Enter the Maximum Number"
read max
for(( i=2; i <= $max;...
1,903
Posted By ash.g
It's not working......
It's not working......
1,903
Posted By ash.g
get field using awk
I have a shell local variable like this:
How can I assign the fields in the variable to different variables like a, b, c which will look like as:
I tried it as :
But it's not working. Can you help...
3,966
Posted By ash.g
I didn't get your question. You said that your...
I didn't get your question. You said that your field seperator is ">" but in your code its something as your row. Can you explain in better way?
11,890
Posted By ash.g
Also,the code I am trying not working why?
Also,the code I am trying not working why?
11,890
Posted By ash.g
can you please explain me with the example?
can you please explain me with the example?
11,890
Posted By ash.g
Ya. It's working. Are there any other commands...
Ya. It's working. Are there any other commands which serve the same purpose?
11,890
Posted By ash.g
replace some string by null??
I have a string like
In this string I want to delete both "." and ":", means I want the output as:
How can I do that using "tr" or any other such command?
1,963
Posted By ash.g
replace some string by null??
What does s=s there signify? Is that like replasing some sting?
Showing results 1 to 9 of 9

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