vms to linux howto 9 xaamogxatm2cxcqhivrdyhbvz2pr2mc6ga6cvsq xaamogxatm2cxcqhivrdyhbvz2pr2mc6ga6cvsq XAAMOGXATM2CXCQHIVRDYHBVZ2PR2MC6GA6CVSQ


From VMS to Linux HOWTO: Configuring 9. ConfiguringYour sysadm has already provided you with a number of configuration files like .xinitrc, .bash_profile, .inputrc, and many others. The ones you may want to edit are:.bash_profile or .profile: read by the shell at login time. It's like LOGIN.COM;.bash_logout: read by the shell at logout. It's like LOGOUT.COM;.bashrc: read by non--login shells..inputrc: this file customises the key bindings and the behaviour of the shell.To give you an example, I'll include my .bash_profile (abridged): # $HOME/.bash_profile # don't redefine the path if not necessary echo $PATH | grep $LOGNAME > /dev/null if [ $? != 0 ] then export PATH="$PATH:/home/$LOGNAME/bin" # add my dir to the PATH fi export PS1='LOGNAME:\w\$ ' export PS2='Continued...>' # aliases alias bin="cd ~/bin" ; alias cp="cp -i" ; alias d="dir" alias del="delete" ; alias dir="/bin/ls $LS_OPTIONS --format=vertical" alias ed="jed" ; alias mv='mv -i' alias u="cd .." ; alias undel="undelete" # A few useful functions inst() # Install a .tar.gz archive in current directory. { gzip -dc $1 | tar xvf - } cz() # List the contents of a .zip archive. { unzip -l $* } ctgz() # List the contents of a .tar.gz archive. { for file in $* ; do gzip -dc ${file} | tar tf - done } tgz() # Create a .tgz archive a la zip. { name=$1 ; tar -cvf $1 ; shift tar -rf ${name} $* ; gzip -S .tgz ${name} }And this is my .inputrc: # $HOME/.inputrc # Last modified: 16 January 1997. # # This file is read by bash and defines key bindings to be used by the shell; # what follows fixes the keys END, HOME, and DELETE, plus accented letters. # For more information, man readline. "\e[1~": beginning-of-line "\e[3~": delete-char "\e[4~": end-of-line set bell-style visible set meta-flag On set convert-meta Off set output-meta On set horizontal-scroll-mode On set show-all-if-ambiguous On # (F1 .. F5) are "\e[[A" ... "\e[[E" "\e[[A": "info " >

Wyszukiwarka

Podobne podstrony:
vms to linux howto 6 orpzzxmiy5oizudwzslh4p4kfunjtgy6prdxrwi orpzzxmiy5oizudwzslh4p4kfunjtgy6prdxrwi
vms to linux howto 5zv2dnz24mcm6ujoqsm4mrsb6v5tbjxddhtqu5a 5zv2dnz24mcm6ujoqsm4mrsb6v5tbjxddhtqu5a
vms to linux howto 14 cm5l4wlt7qtalypc34eimd4eyk3x4un7tij3hty cm5l4wlt7qtalypc34eimd4eyk3x4un7tij3ht
vms to linux howto 1 wocqfdo5putowphbtwsosy4r4gw6gaacb7d53sy wocqfdo5putowphbtwsosy4r4gw6gaacb7d53sy
vms to linux howto 1 wocqfdo5putowphbtwsosy4r4gw6gaacb7d53sy wocqfdo5putowphbtwsosy4r4gw6gaacb7d53sy
vms to linux howto 10 bmuwkvga2iufcvv6gjnuyaleagqv3xj3qwihrlq bmuwkvga2iufcvv6gjnuyaleagqv3xj3qwihrl
vms to linux howto 7 l7kbq6xnrrkkazl2tvmbvm25fe7zo7v4mctzfnq l7kbq6xnrrkkazl2tvmbvm25fe7zo7v4mctzfnq
vms to linux howto 5 5gnldmqe4ayl45wuhxe72clxgmyt3dmyl2nhuza 5gnldmqe4ayl45wuhxe72clxgmyt3dmyl2nhuza
vms to linux howto 4 rbjwb2i6cf666xqwnvyy27m6ng2p5mcva5iwuji rbjwb2i6cf666xqwnvyy27m6ng2p5mcva5iwuji
vms to linux howto 13 vodijua4gjnr2qhakcvaroutkbkmgr6citxjlsq vodijua4gjnr2qhakcvaroutkbkmgr6citxjls
vms to linux howto 12 3zwwy2c6lf7cewiq6w4rky22mfgbbxm6ye6afgi 3zwwy2c6lf7cewiq6w4rky22mfgbbxm6ye6afg
vms to linux howto 3 j2ak5ify4fmhciyje7dg62qxfdiubsxnurdjfoy j2ak5ify4fmhciyje7dg62qxfdiubsxnurdjfoy
vms to linux howto 8 5xpmcvpfyam3vmcht7xpclkcvtfrqznpaczc4dy 5xpmcvpfyam3vmcht7xpclkcvtfrqznpaczc4dy
vms to linux howto 2 sfrebjzzkdkbqc3ir7ssldvoxfxzfrj26icflja sfrebjzzkdkbqc3ir7ssldvoxfxzfrj26icflja
vms to linux howto 11 fg7v4xjcp5htxy34xvioskhxdbhi3beb3im7xfy fg7v4xjcp5htxy34xvioskhxdbhi3beb3im7xf
dos win to linux howto 6
dos win to linux howto
dos win to linux howto 10
dos win to linux howto 7

więcej podobnych podstron