SQWareProduction:mongodb:etc:.profile confort: Difference between revisions

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
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';
cli => 'mongo --nodb --shell $gvsqw_RootCfg/env.js'
</pre>
</pre>
<br>
<br>

Revision as of 10:37, 11 February 2023

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';
 cli => 'mongo --nodb --shell $gvsqw_RootCfg/env.js'