alias 添加shell函数别名【linux】

在用户下的.profile 文件中添加:

alias ts="tospace() { aspt target -r cnbj -ak aaa  -sk bbb -o org -s \$1 -id 123456; }; tospace "

alias getf="getfile() { tsunami connect 55.22.77.99 get \$1 exit; MD5=\`md5sum \$1 | awk '{print \$1}'\`; echo \"check md5sum : \${MD5}\"; }; getfile "

 

posted @ 2017-12-04 13:46  老农夫  阅读(798)  评论(0编辑  收藏  举报