HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filters file format
Operating System - HP-UX
1831227
Members
3029
Online
110021
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
12-17-2007 06:38 AM
12-17-2007 06:38 AM
filters file format
I want to filter all interfaces which begin, contain or end with "adsl".
I wrote:
myadsl "adls Name" {( isInterface && "SNMP ifName" ~ "ADSL" )}.
But I want ask if it is case sensitive (ADSL like adsl) or not.
Thanks in advance.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2007 10:54 AM
12-18-2007 10:54 AM
Re: filters file format
grep -i will ignore case if you are willing to slightly modify your command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2007 11:52 PM
12-22-2007 11:52 PM
Re: filters file format
Please clarify.
what is the relation between the filter file format and the grep -i command.
what is the relation between the filter file format and the grep -i command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2007 05:21 AM
12-23-2007 05:21 AM
Re: filters file format
Please clarify.
What is the relation between HP-UX and this filter?
What tool(s) are you using?
What language is this?
May we assume 'isInterface' has a dynamic value, being a variable, property or function of some sorts?
But that "SNMP ifName" sure looks like a fixed piece of string to me which will never be equal to anything but itself.
Did you mean it to be an argument to a function?
Does the language have an 'uppercase' function? (uc? upper?)
And uh, "adls Name" is just a label I hope, other wise that's broken also.
Good luck!
Hein.
What is the relation between HP-UX and this filter?
What tool(s) are you using?
What language is this?
May we assume 'isInterface' has a dynamic value, being a variable, property or function of some sorts?
But that "SNMP ifName" sure looks like a fixed piece of string to me which will never be equal to anything but itself.
Did you mean it to be an argument to a function?
Does the language have an 'uppercase' function? (uc? upper?)
And uh, "adls Name" is just a label I hope, other wise that's broken also.
Good luck!
Hein.
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