SQWareProduction:generic:etc:.profile confort

From Wiki_dbSQWare
Revision as of 16:01, 23 February 2025 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to: navigation, search

File to put aliases $gvsqw_GenBin/../etc/.profile_confort:
Contains confort aliases of SQWareProduction for generic.

Alias explanation:

 erase => 'stty erase ^H'
 so => 'set -o emacs'
 h => 'history'
 ht => 'HISTTIMEFORMAT="%Y-%m-%d %T ";history;unset HISTTIMEFORMAT'
 ll => 'ls -al'
 lt => 'ls -altr'
 cls => 'clear'
 sg => 'size=$(du -sk .|cut -f1);((size=size/1024/1024));echo $gvsqw_EchoOpt "$size Go";date +"%Y-%m-%d %H:%M:%S"'
 sm => 'size=$(du -sk .|cut -f1);((size=size/1024));echo $gvsqw_EchoOpt "$size Mo";date +"%Y-%m-%d %H:%M:%S"'
 log => "cd $gvsqw_RootAdmin/logs; ls -ltr"