Bug 1012910

Summary: "rhc domain show | grep http" doesn't work on windows8
Product: OpenShift Online Reporter: XiuJuan Wang <xiuwang>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: 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 doesn't work.This command works for linux.


Version-Release number of selected component (if applicable):
rhc-1.15.2.gem
ruby 1.9.3p448
git 1.8.4

How reproducible:
always

Steps to Reproduce:
1.create an app 
2.run "rhc domain show | grep http"
3.

Actual results:
 no output

Expected results:
$ rhc domain show | grep http
  myphp @ http://myphp-xiuj.int.rhcloud.com/ (uuid: 524543dd03ef64569f000007)

Additional info:
1. when run "rhc domain show | grep uuid", also no output.
2. but run "rhc domain show | grep Gears(expect http or uuid)",get output

Comment 1 XiuJuan Wang 2013-09-27 11:27:49 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)

Comment 2 Jordan Liggitt 2013-11-08 14:39:34 UTC
What shell are you using under Windows which has grep available?

Comment 3 XiuJuan Wang 2013-11-11 02:36:59 UTC
I used git-shell 1.8.4, because the cmd of win8 can't support 'grep' operation

Comment 4 Jordan Liggitt 2014-07-11 18:53:36 UTC
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: .......)
  ...

Comment 5 XiuJuan Wang 2014-07-14 07:08:26 UTC
Can't reproduce this issue.

rhc 1.27.4
ruby 1.9.3p448
git 1.8.4.msysgit.0

Move bug as VERIFIED.

Thanks~!