String Manipulation in Bash . . . Removing leading section
Posted
by Kyle Van Koevering
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Van Koevering
Published on 2010-04-21T04:13:56Z
Indexed on
2010/04/21
4:23 UTC
Read the original article
Hit count: 270
This is probably a really stupid question...but how can I remove parts of a string up to a certain character?
Ex.) If I have the string testFile.txt.1 and testFile.txt.12345 how can I remove the 1 and 12345?
Thanks a lot for the help
© Stack Overflow or respective owner