Difference between revisions of "SQWareProduction:mongodb:etc:.profile confort"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
File to put aliases $gvsqw_MngBin/../etc/.profile_confort:<br> | File to put aliases $gvsqw_MngBin/../etc/.profile_confort:<br> | ||
− | Contains confort aliases of SQWareProduction for | + | Contains confort aliases of SQWareProduction for mongodb.<br> |
<br> | <br> | ||
Alias explanation: | Alias explanation: | ||
Line 6: | Line 6: | ||
dmp => 'cd $gvsqw_RootDump; ls -al'; | dmp => 'cd $gvsqw_RootDump; ls -al'; | ||
dbf => 'cd $gvsqw_RootDbf; ls -al'; | dbf => 'cd $gvsqw_RootDbf; ls -al'; | ||
+ | put => "echo $gvsqw_EchoOpt '\033]0;${gvsqw_UserExec}@$gvsqw_Hostname $gvsqw_Env ${gvsqw_DbAlias} ($gvsqw_MongoExe on $lvsqw_NodeName) (dbSQWare v$gvsqw_SqwVersion / $gvsqw_SqwVersionDbms)\033\\'" | ||
</pre> | </pre> | ||
<br> | <br> |
Latest revision as of 21:18, 25 February 2024
File to put aliases $gvsqw_MngBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for mongodb.
Alias explanation:
dmp => 'cd $gvsqw_RootDump; ls -al'; dbf => 'cd $gvsqw_RootDbf; ls -al'; put => "echo $gvsqw_EchoOpt '\033]0;${gvsqw_UserExec}@$gvsqw_Hostname $gvsqw_Env ${gvsqw_DbAlias} ($gvsqw_MongoExe on $lvsqw_NodeName) (dbSQWare v$gvsqw_SqwVersion / $gvsqw_SqwVersionDbms)\033\\'"