| Summary: | "rhc domain show | grep http" doesn't work on windows8 | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | XiuJuan Wang <xiuwang> |
| Component: | oc | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | ffranz, jliggitt |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-10 00:46:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
XiuJuan Wang
2013-09-27 11:17:20 UTC
Description of problem: Try to run `rhc domain show | grep http ` in window8 platform,but it has no output.This command works for linux. Actual results: no output $ rhc domain show | grep http Expected results: $ rhc domain show | grep http myphp @ http://myphp-xiuj.int.rhcloud.com/ (uuid: 524543dd03ef64569f000007) What shell are you using under Windows which has grep available? I used git-shell 1.8.4, because the cmd of win8 can't support 'grep' operation Tested with mingw32 and could not recreate: rhc 1.26.9 ruby 1.9.3p448 git 1.8.3.msysgit.0 rhc domain show | grep http echo @ http://echo-jliggitt.rhcloud.com/ (uuid: .......) ... Can't reproduce this issue. rhc 1.27.4 ruby 1.9.3p448 git 1.8.4.msysgit.0 Move bug as VERIFIED. Thanks~! |