Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I am little confused as to how the OR operator work.
How will vol show svm03|test* and vol show test|svm03* supposed to be different?
Thank you much,
-T
Solved! See The Solution
1 ACCEPTED SOLUTION
Tirthaghy has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tirthaghy,
It is not clear what you are trying to accomplish but,
this command will show the volume with the exact name svm03 and the volume(s) which start with the name test
::> vol show svm03|test*
this command is the other way around, it will show the volume with the exact name test and the volumes which start with the name svm03
::> vol show test|svm03*
Regards
Emile
1 REPLY 1
Tirthaghy has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tirthaghy,
It is not clear what you are trying to accomplish but,
this command will show the volume with the exact name svm03 and the volume(s) which start with the name test
::> vol show svm03|test*
this command is the other way around, it will show the volume with the exact name test and the volumes which start with the name svm03
::> vol show test|svm03*
Regards
Emile
