_____________________________________________________
写法二:
#!/bin/bash
cat urfile | while read linedo echo $linedone