HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RE Regular expression
Operating System - HP-UX
1837981
Members
1960
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:12 AM
07-30-2002 12:12 AM
RE Regular expression
I really want to use regular expression
like [^.*][Aa][T-U]*.DON in a frecover command
I just give an example in my previous message
I have a lot of file with very long name to restore ex : sgbd.1789.fzh.12.Z.DON
I must use regular expression if I can ????
like [^.*][Aa][T-U]*.DON in a frecover command
I just give an example in my previous message
I have a lot of file with very long name to restore ex : sgbd.1789.fzh.12.Z.DON
I must use regular expression if I can ????
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:21 AM
07-30-2002 12:21 AM
Re: RE Regular expression
Hi
As put in your previous question. Forget it.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html
Make a graph file by reding the index and frecovcr with that.
Steve Steel
As put in your previous question. Forget it.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdc224b3ef09fd611abdb0090277a778c,00.html
Make a graph file by reding the index and frecovcr with that.
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:31 AM
07-30-2002 12:31 AM
Re: RE Regular expression
Sorry for interfering despite lacking knowledge of frecover.
I'm not sure about the regex capabilities of the frecover program.
There is really a mess as far as it comes to regex, because every program that pretends to understand them treats them differently and has its own kind of syntax (that's why I stick to Perl, whenever I want to make extended use of regex).
I fear that you may have to resort to the shell's (i.e. derived from csh) globbing mechanism.
There you have to use the '!' to inverse a character set (another of those idiosyncrasies).
I'm not sure about the regex capabilities of the frecover program.
There is really a mess as far as it comes to regex, because every program that pretends to understand them treats them differently and has its own kind of syntax (that's why I stick to Perl, whenever I want to make extended use of regex).
I fear that you may have to resort to the shell's (i.e. derived from csh) globbing mechanism.
There you have to use the '!' to inverse a character set (another of those idiosyncrasies).
Madness, thy name is system administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:40 AM
07-30-2002 12:40 AM
Re: RE Regular expression
Hi,
as stated before frecover does not support wildcards...
BUT there's always a workaround, not?
frecover -f /dev/rmt/0m -I /tmp/indexfile
-- this creates an index of all files on the backup
grep [whatever] /tmp/indexfile > /tmp/graph
-- select the required files
frecover -your_options -i /tmp/graph
good luck,
Thierry.
as stated before frecover does not support wildcards...
BUT there's always a workaround, not?
frecover -f /dev/rmt/0m -I /tmp/indexfile
-- this creates an index of all files on the backup
grep [whatever] /tmp/indexfile > /tmp/graph
-- select the required files
frecover -your_options -i /tmp/graph
good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP