/usr/bin/ftp -n IP_ADDRESS user USERNAME PASSWORD ascii(or bin) put *(or get) bye
bash shell字符串的截取 Posted on 2009-12-27 23:01 surfer 阅读(1055) 评论(0) 编辑 收藏 shell字符串的截取的问题: 一、Linux shell 截取字符变量的前8位,有方法如下: 1.expr substr “$a” 1 8 2.echo $a|awk ‘{print subst
shell的循环主要有3种,for,while,until shell的分支判断主要有2种,if,case 一,for循环 [html] view plaincopyprint? #!/bin/bash for file in $(ls /tmp/test/mytest |grep sh) //for in格式
表达式 含义 ${#string} $string的长度
用途说明 exit命令用于退出当前shell,在shell脚本中可以终止当前脚本执行。 常用参数 格式:exit n 退出。设置退出码为n。(Cause the shell to exit with a status of n.) 格式:exit 退出。退出码不变,即为最后一个命令的退出码。(If n is omitted, the exit statu
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号