为了账号安全,请及时绑定邮箱和手机立即绑定

请问在test.sh里如何获取数据?

请问在test.sh里如何获取数据?

凤凰求蛊 2023-04-08 18:14:41
比如:自己写个脚本test.shls | test.sh
查看完整描述

2 回答

?
绝地无双

TA贡献1946条经验 获得超4个赞

使用read

例如 如下内容的test.sh

#!/bin/shwhile read line ; do 
    echo $linedone

[root@imos controllers]# ls -al | sh test.sh
total 28
drwxr-xr-x 3 apache apache 4096 Apr 6 08:40 .
drwxr-xr-x 16 apache apache 4096 Apr 5 17:26 ..
-rw-r--r-- 1 apache apache 114 Apr 5 17:26 index.html
-rw-r--r-- 1 apache apache 859 Apr 5 17:59 summary.php
drwxr-xr-x 6 apache apache 4096 Apr 5 17:26 .svn
-rw-r--r-- 1 root root 53 Apr 6 08:39 test.sh
-rw-r--r-- 1 apache apache 770 Apr 5 17:26 welcome.php


查看完整回答
反对 回复 2023-04-11
?
手掌心

TA贡献1942条经验 获得超3个赞

也可以使用其他命令(比如cat)获取 /dev/stdin 中的内容。

查看完整回答
反对 回复 2023-04-11
  • 2 回答
  • 0 关注
  • 130 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信