Redirecting std-err.


R. Clayton (rclayton@clayton.cs.monmouth.edu)
(no date)


  Is there any way to redirect debugp() output to a file?

debugp() writes to cerr, so any std-err shell redirection should work. In sh,
bash, or ksh use "2>some-file" to redirect std-err (file descriptor 2) to the
file named "some-file" (do not put a space between the 2 and the >). I don't
know how csh does it, but the csh man page probably does.



This archive was generated by hypermail 2.0b3 on Mon Dec 17 2001 - 19:30:04 EST