Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Ap9qDH
via LifeLong Community
bash script that process input from pipeline or file redirection
http://ift.tt/1Ap9qDD
if [ -e $1 ] ;then read str; else str=$1;fi
http://ift.tt/18zh4pn
while read line; do echo -e "$line\n"; done < file.txt
http://ift.tt/1Ap9qDD
if [ -e $1 ] ;then read str; else str=$1;fi
http://ift.tt/18zh4pn
while read line; do echo -e "$line\n"; done < file.txt
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1Ap9qDH
via LifeLong Community
No comments:
Post a Comment