This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
RosettaCodeData
/
Task
/
Regular-expressions
/
UNIX-Shell
/
regular-expressions-1.sh
5 lines
91 B
Bash
Raw
Permalink
Blame
History
s
=
"I am a string"
if
[
[
$s
=
~ str..g$
]
]
;
then
echo
"the string ends with 'str..g'"
fi
Reference in New Issue
View Git Blame
Copy Permalink