Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
2>&1 &
Name: anthony Date: May 6, 2003 at 18:51:07 Pacific OS: unix CPU/Ram: 512
The 2>&1 will write standard output and standard errors to a file. While it is processing, the command line will not be available. The shell will wait for the process to complete before letting you enter anything into the command line again.
The 2>&1 & will also write standard output and standard errors to a file. The extra & means to execute the process in the background so the command line is still available while it is processing. You can use an & after almost anything to execute it as a background process.
0
Response Number 2
Name: anthony Date: May 11, 2003 at 19:48:13 Pacific
Reply:
Cara
thanks a lots
would you mind giving some somment on the following Commands
Summary: HAI I AM SAJID,I am using a ibm 300 gl ,i have installed sun os 2.5.1 but unable to connect to network due to unavailability of driver for the crysatl lan in SUN OS 2.5.1....
Summary: I have the same problem but with 4.3 and 4.2/4.1 AIX twice... I know RSJ CD Writer that burn CD with RockRidge format... But I have tried with wrong result... Try it, and send me your result ! The adr...
Summary: My 'C' source builds fine on Solaris2.5 using gcc v2.7.2 but when it is compiled with gcc v2.8.1 gives "netwrp.c:498: `htons' undeclared (first use in this function)". Please help! Thanks, -Deepak...