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 "