Search Results

Search: Posts Made By: Corona688
2,699
Posted By Corona688
Try this: $ echo mypassword | mysql -uroot -p ...
Try this:
$ echo mypassword | mysql -uroot -p
Enter password: Commandline mysql features a full-fledged line editor complete with arrow keys and history recall. It can and does mess with your...
2,699
Posted By Corona688
Nothing wrong with that construct. ksh evaluates...
Nothing wrong with that construct. ksh evaluates pipes in a different order is all, so read on the end of a pipe-chain would set values in the subshell in a bourne shell, but the parent shell in ksh.
2,699
Posted By Corona688
in that case, maybe mysql --raw or --batch?
in that case, maybe mysql --raw or --batch?
2,699
Posted By Corona688
I am mystified. That's the same shell options I...
I am mystified. That's the same shell options I have and I've never observed anything like that :confused:
2,699
Posted By Corona688
Odd. echo $- to see what options you have set in...
Odd. echo $- to see what options you have set in your shell
2,699
Posted By Corona688
Not sure what you mean by logging. There's a few...
Not sure what you mean by logging. There's a few different things I can think of; maybe you did set -x, or maybe you put commands in the background and are seeing when they return.

Could you...
Showing results 1 to 6 of 6

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