Skip to content

Piping/redirection doesn't work #2

@parkerlreed

Description

@parkerlreed
[parker@parrot Videos]$ google 038000847738 | tail
Traceback (most recent call last):
  File "/usr/bin/google", line 191, in <module>
    winsz = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, "1234")
OSError: [Errno 25] Inappropriate ioctl for device

https://www.google.com/search?&ie=UTF-8&oe=UTF-8&q=038000847738

[parker@parrot Videos]$ google 038000847738 > test
Traceback (most recent call last):
  File "/usr/bin/google", line 191, in <module>
    winsz = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, "1234")
OSError: [Errno 38] Function not implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions