str="abcdefg"
while read line
do
echo $line
str=$line
done < ./text
echo "---------------------------"
echo "Str: ${str}"
参考:http://www.manongjc.com/detail/24-atyzbjpcqhnttys.html
str="abcdefg"
while read line
do
echo $line
str=$line
done < ./text
echo "---------------------------"
echo "Str: ${str}"
参考:http://www.manongjc.com/detail/24-atyzbjpcqhnttys.html
Llama3部署方法
假如ubuntu、CentOS为目标服务器系统kali为攻击者的系统,ip为:192.168.0.4,开放7777端口且没被占用最终是
while read line 的字符串截取
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M