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

From Wiki_dbSQWare
Jump to navigation Jump to search
m Updated by BatchUser
m Updated by BatchUser
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
File to put aliases $gvsqw_IngBin/../etc/.profile_confort:<br>
File to put aliases $gvsqw_IngBin/../etc/.profile_confort:<br>
Contains confort aliases of SQWareProduction for RDBMS ingres.<br>
Contains confort aliases of SQWareProduction for ingres.<br>
<br>
<br>
Alias explanation:
Alias explanation:
<pre>
<pre>
put => "echo $lvsqw_EchoOpt '\033]0;${gvsqw_UserExec}@$gvsqw_Hostname    ${INGRES_SID}          (dbSQWare GPL v3)\033\\'"
erase => 'stty erase ^H'
so => 'set -o emacs'
h => 'history -100'
ll => 'ls -al'
lt => 'ls -altr'
top => '/usr/local/bin/top'
cls => 'clear'
l => 'ls -l'
lrt => 'ls -rtl'
p => 'pwd'
sg => 'size=$(du -sk .|cut -f1);((size=size/1024/1024));echo "$size Go";date +"%d/%m/%Y %H:%M:%S"'
sm => 'size=$(du -sk .|cut -f1);((size=size/1024));echo "$size Mo";date +"%d/%m/%Y %H:%M:%S"'
  dmp => 'cd $gvsqw_RootDump; ls -al';
  dmp => 'cd $gvsqw_RootDump; ls -al';
  ckp => 'cd $gvsqw_RootCkpdb; ls -al';
  ckp => 'cd $gvsqw_RootCkpdb; ls -al';
Line 23: Line 10:
  dbf => 'cd $gvsqw_RootDbf; ls -al';
  dbf => 'cd $gvsqw_RootDbf; ls -al';
  err => "cd $(ingprenv II_CONFIG); ls -al";
  err => "cd $(ingprenv II_CONFIG); ls -al";
bin => 'cd $gvsqw_IngBin; ls -al';
lib => 'cd $gvsqw_IngBin/../lib; ls -al';
men => 'cd $gvsqw_IngBin/../menu; ls -al';
too => 'cd $gvsqw_IngBin/../tools; ls -al';
etc => 'cd $gvsqw_IngBin/../etc; ls -al';
cbin => 'cd $gvsqw_IngBin/../bin_cust; ls -al';
clib => 'cd $gvsqw_IngBin/../lib_cust; ls -al';
cmen => 'cd $gvsqw_IngBin/../menu_cust; ls -al';
ctoo => 'cd $gvsqw_IngBin/../tools_cust; ls -al';
cetc => 'cd $gvsqw_IngBin/../etc_cust; ls -al';
hlp => 'cd $gvsqw_IngBin/../help; ls -al';
chlp => 'cd $gvsqw_IngBin/../help_cust; ls -al';
e => '. $gvsqw_IngBin/../tools/sqwing_SetEnv.ksh'
cfg => 'cd $gvsqw_RootCfg; ls -al';
log => 'cd $gvsqw_RootAdmin/logs; ls -ltr';
tmp => 'cd $gvsqw_RootAdmin/tmp; ls -ltr';
</pre>
</pre>
<br>
<br>

Latest revision as of 19:06, 14 April 2019

File to put aliases $gvsqw_IngBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for ingres.

Alias explanation:

 dmp => 'cd $gvsqw_RootDump; ls -al';
 ckp => 'cd $gvsqw_RootCkpdb; ls -al';
 jnl => 'cd $gvsqw_RootJnl; ls -al';
 bck => 'cd $gvsqw_RootBck; ls -al';
 dbf => 'cd $gvsqw_RootDbf; ls -al';
 err => "cd $(ingprenv II_CONFIG); ls -al";