| ||||||
| 5/22 |
| 2001/8/22-24 [Computer/SW/Languages, Computer/SW/Unix] UID:22215 Activity:nil |
8/22 In bourne shell, what does the following mean? "exec 0<&5 5<&-"
\_ Close file descriptor 0 (standard input), and replace it with
a copy of file descriptor 5; then close file descriptor 5. |