> cat > stream | ![]() |
السابق التالي تحرير إعادة تسمية تراجع بحث الإدارة
| المستندات |
| CLOSE | Closes a التيار (stream) |
| Eof | Returns if the end of file is reached. |
| ERROR | Prints expressions to the error standard output. |
| ERROR TO | Redirects the standard error output. |
| FLUSH | Flushes the output of a buffered التيار (stream). |
| INPUT | Reads strings from a text التيار (stream) and converts them into values. |
| INPUT FROM | Redirects the standard input. |
| LINE INPUT | Reads lines from a text التيار (stream). |
| LOCK | Locks an opened التيار (stream). |
| Lof | Returns the length of a التيار (stream). |
| OPEN | Opens a file for reading or writing and creates a التيار (stream) for it. |
| OUTPUT TO | Redirects the standard output. |
| PIPE | Opens a named pipe for reading or writing and creates a التيار (stream) for it. |
| Prints expressions to a التيار (stream). | |
| READ | Reads binary data from a التيار (stream). |
| SEEK | Change the position of the التيار (stream) file pointer. |
| Seek | Gets the position of the التيار (stream) file pointer. |
| UNLOCK | Unlocks an opened التيار (stream). |
| WRITE | Write binary data to a التيار (stream). |