Microsoft
Software
Hardware
Network
Question : Script to extract pattern
Given the following string:
file="JYAX3-0501MT011027AA
E2U2APP.jp
g"
Using a bash script I need to extract 011027 from it to use as a variable later in the script. Using sed or awk how would I go about doing this? There is a long list of these file names but they all have the same pattern.
Thanks,
Scott
Answer : Script to extract pattern
awk '/[0-9][0-9][[0-9][[0-9][A
-Z][A-Z][0
-9][0-9][[
0-9][[0-9]
/{print substr($0,match($0,/[0-9][
0-9][[0-9]
[[0-9][A-Z
][A-Z][0-9
][0-9][[0-
9][[0-9]/)
+6,6)}'
Random Solutions
Windows Mobile Device Center, windows mobile 6 cell phone, transferring contacts from a cell phone that does not have an active account or sim card
Linux / Python 2.5 / Tkinter Will not import Tkinter
Editing the Apache config from a bash script: how to append infos to an existing file ?
Is there a way to change the frequency of out of office replies in Exchange 2003?
Start the service with low priority.
Move Outlook profile to new computer
Dynamic To Static ip VPN with TWO PIX 501
Exchange 2003 will not use local 2008 DC for GC/DC
Vista Laptop will not reconnect to server after disconnect error received
Email blast? 300+ recipients....where to start?