About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
suibenzhi
11/28/2016 - 11:02 AM
share
Share
add_circle_outline
Save
shell read file.sh
shell read file.sh
content_copy
file_download
FILENAME="filename" while read line do echo $line #这里可根据实际用途变化 done < $FILENAME
clear