Search Results

Search: Posts Made By: TehOne
48,233
Posted By TehOne
GNU bash, version 4.0.0(1)-release...
GNU bash, version 4.0.0(1)-release (x86_64-unknown-linux-gnu)



if [[ "$1" =~ "(test)" ]]; then
echo match 1
else
echo no match 1
fi

if [[ "$1" =~ \(test\) ]]; then
echo match 2...
Showing results 1 to 1 of 1

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