stderr messages
hello
Im having a little problem here
I got this code in a script:
test=`smbmount //ip/partition directory/ -o username=user,password=pass`
when the partition or the ip are wrong the smbmount return 3 messages do the stdout, that 3 messages goes directly to de $test. BUT there is another message that goes do the stderr (monitor). What a want to do is to put all the messages in the $test so i can analize the erros.
|