Search Results

Search: Posts Made By: slavam
1,822
Posted By slavam
would you please be so kind and send an -email to...
would you please be so kind and send an -email to me, so I could reply to you with output?
I'm thinking now that problem is in this filename_TimeStamp, which cannot be read by OS (or script, or...
1,822
Posted By slavam
Thank you... I did what your said even though...
Thank you...
I did what your said even though was in doubt this will fix the problem. I'm owning files and directories. I'm currently developing this script, so everything is done in my home...
1,822
Posted By slavam
Thank you, -mschwage. I have another version of...
Thank you, -mschwage.
I have another version of this script where i did what you suggested to do awhile ago and it did not resolve my issue. What you are saying about braces will treat variable's...
1,822
Posted By slavam
directories are not getting removed
hello Everyone.
I'm having the following problem:
I have number of installation in the directory. each installation consists of executable file and directory. when I do the new installation I move...
51,768
Posted By slavam
Folks! Looks like I found the solution for C...
Folks!
Looks like I found the solution for C Shell. It would be:

command argument |& tee filename.log

Thanks everyone!
51,768
Posted By slavam
Yes, I really have to use C Shell. It is official...
Yes, I really have to use C Shell. It is official company shell and because of this all my scripts (including this ) are run in C shell.

Thanks,
51,768
Posted By slavam
Thank you for the reply. Nop, unfortunately it...
Thank you for the reply.
Nop, unfortunately it does not work, zazzybob. Does C Shell understand 3>&1 1>&2 2>&3?
I'm getting “Ambiguous output redirect”. And I'm getting the same error message while...
51,768
Posted By slavam
Thank you Perderabo for the reply. Seems to me...
Thank you Perderabo for the reply. Seems to me both 2>&1 and >& redirect stderr to file and work fine in C shell, however the problem is that no stdout send to terminal - all output redirected to log...
51,768
Posted By slavam
It's a C shell. BTW, I thought, that 2>&1...
It's a C shell. BTW, I thought, that 2>&1 redirect stderr only to sdtout. Am I wrong?
Thanks.
51,768
Posted By slavam
combined stdout & stderr
Hello Everyone!
I'm trying to combine output for standard output and for possible standard error to the log file. I was trying to use tee command, but it turned out if error occurred error output...
2,359
Posted By slavam
Thanks very much , Google. That works!
Thanks very much , Google. That works!
2,359
Posted By slavam
redirected output
Hello Everyone,
I have an option for users in my shell script to create log file. So if user saying “yes” on it, I'm redirecting all output to log file by doing this: > /output.log. However I would...
3,062
Posted By slavam
Thanks very much, ZB
Thanks very much, ZB
3,062
Posted By slavam
hidden output
Hello All,
I have a shell script, which is login user to database, prompting to enter username, password and database instance. I would like to hide password. Can someone tell me how to do that (if...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 12:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy