linux开启快捷键,牛逼的狠~

vim env_show
#!/bin/bash

echo '-----------A-------------
XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXX' | boxes -d dog

echo '-----------B-------------
XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXX' | boxes -d cat
cat show
#!/bin/bash

tail -n +11 ~/.bashrc

linux设置快捷操作

# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions
export PATH=$PATH:/home/gaohongyu/bin

# 当前环境
alias n01="ssh gaohongyu@10.11.11.8"
alias n02="ssh gaohongyu@10.11.11.9  -i /home/gaohongyu/.ssh/id_rsa2"
alias n03="ssh -i /home/gaohongyu/.ssh/id_rsa2 gaohongyu@10.11.11.10"

# 北京6
alias wqs1="sshpass -p***** ssh root@10.11.11.11"
alias wqs2="sshpass -p***** ssh root@10.11.11.12"
# 上海2
alias shs1="sshpass -p***** ssh root@10.11.11.13"
alias shs2="sshpass -p***** ssh root@10.11.11.14"

表情收集


                   __   _,--="=--,_   __
                  /  ."    .-.    "./  
                 /  ,/  _   : :   _  /` 
                   `| /o  :_:  /o |\__/
                  `-'| :="~` _ `~"=: |
                     \`     (_)     `/
              .-"-.         |      /   .-"-.
.------------{     }--|  /,.-'-.,  |--{     }-----------.
 )           (_)_)_)  \_/`~-===-~`\_/  (_(_(_)          (
(                                                        )
 )                                                      (
(                                                        )
 )                                                      (
'--------------------------------------------------------'
             /             /
            |`\_,--="=--,_//`|
             ."  :'. .':  ". /
           ==)  _ :  '  : _  (==
             |>/O   _   /O<|
             | -"~` _ `~"-/ |
            >|`===. \_/ .===`|<
      .-"-.   ==='  |  '===/   .-"-.
.----{'. '`}---\,  .-'-.  ,/---{.'. '}---.
 )   `"---"`     `~-===-~`     `"---"`  (
(                                        )
 )                                      (
(                                        )
 )                                      (
'----------------------------------------'

echo -e "
 _______           _______  _______  _______  _______  _______
(  ____ |     /|(  ____ (  ____ (  ____ (  ____ (  ____ 
\
| (    /| )   ( || (    /| (    /| (    /| (    /| (    /
| (_____ | |   | || |      | |      | (__    | (_____ | (_____
(_____  )| |   | || |      | |      |  __)   (_____  )(_____  )
      ) || |   | || |      | |      | (            ) |      ) |
/\____) || (___) || (____/| (____/| (____//\____) |/\____) |
\_______)(_______)(_______/(_______/(_______/\_______)\_______)
"
原文地址:https://www.cnblogs.com/gaohongyu/p/13892783.html