Untitled
Anonymous
plain_text
11/17/2023 1:07 AM
100 B
14
Indexable
shortened_version=$(echo "$version" | sed 's/\([0-9]\+\.[0-9]\+\).*$/\1/')
Editor is loading...
Leave a Comment
shortened_version=$(echo "$version" | sed 's/\([0-9]\+\.[0-9]\+\).*$/\1/')