Bug 99070
Summary: | Man pages for io redirection characters do not exist | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <mcrouch> |
Component: | man-pages | Assignee: | Eido Inoue <havill> |
Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-07-14 15:13:11 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Need Real Name
2003-07-13 22:05:23 UTC
the pipe and redirection you describe are functions of the shell... whether it be bash, ksh, tcsh, etc. They are documented in each of these respective man pages (for example "man bash"-- yes, I know the page is long. "info bash" is easier to read). As the pipe and redirection work differently in each shell (especially with regards to combining stderr and stdout together), it would be inappropriate for them to have a man page of their own, imo. |