Search Results

Search: Posts Made By: ramyags
1,379
Posted By ramyags
Minor changes to script
isNumeric()
{
numericExpression='^[0-9]+$'
if ! [[ $1 =~ $numericExpression ]]
then
echo 1;
else
echo 0;
fi
}
...
1,545
Posted By ramyags
Sorry i dint get wat you are try to telling
Sorry i dint get wat you are try to telling
1,545
Posted By ramyags
The above suggestion worked perfectly all right.....
The above suggestion worked perfectly all right..

I have an other requirement.
With the above script I will have 2 csv files $SEGMENT_FILE and $NON_SEGMENT_FILE.
Now with the $SEGMENT_FILE which...
1,545
Posted By ramyags
no..I need solution a bit urgently
no..I need solution a bit urgently
1,545
Posted By ramyags
Help with shell script
#Check if the argument is numeric
isNumeric()
{
numericExpression='^[0-9]+$'
if ! [[ $1 =~ $numericExpression ]]
then
echo 1;
else
...
Showing results 1 to 5 of 5

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