Search Results

Search: Posts Made By: babyPen1985
14,048
Posted By sea
I'd rather not export password's.... Make a...
I'd rather not export password's....

Make a script that looks like:
#!/bin/bash
source /path/to/password-file
mysql -u $user -password $password -db $database
Password-file
user=xyz...
2,624
Posted By Don Cragun
In your examples, 12,4-8 means that the cursor is...
In your examples, 12,4-8 means that the cursor is sitting on line 12, the first byte of the character under the cursor is the 4th byte of the line, and the last column position occupied by that...
2,624
Posted By bakunin
What you show seems not to be a plain "vi",...
What you show seems not to be a plain "vi", because it wouldn't have such a display. You probably mean "vim", which is a popular (but not really compatible) vi-look-alike mostly used in...
7,155
Posted By Corona688
Try echo $SHELL to find your shell. Or just ps. ...
Try echo $SHELL to find your shell. Or just ps. "which shell" looks for a command named shell, which isn't much help.

How about this, with -name to avoid the grep. This checks in the filename. ...
Showing results 1 to 4 of 4

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