Search Results

Search: Posts Made By: soleil4716
1,984
Posted By soleil4716
#!/bin/bash drink="cafe tea cocoa" echo...
#!/bin/bash

drink="cafe tea cocoa"
echo $drink | grep -q $1

if [[ $? == 0 ]]; then
echo "Match is Found"
fi
16,606
Posted By soleil4716
Why are you doing 'SELECT *'? Why not...
Why are you doing 'SELECT *'?

Why not 'SELECT field3'?
Showing results 1 to 2 of 2

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