577 which curl 578 curl http://robfelty.com/teachingL555Fall2008/resources/courseBackground.txt 579 man curl 580 curl http://robfelty.com/teaching/L555Fall2008/resources/courseBackground.txt 581 man curl 582 curl -o courseBackground.txt http://robfelty.com/teaching/L555Fall2008/resources/courseBackground.txt 583 rsync -avzu robfelty.com:RobsDocs/teaching/Ling555-programming . 584 idle & 585 cd Ling555-programming/resources/l55practiceFiles 586 ls course* 587 diff courseBackground.txt courseBckgrndProcessed.txt 588 ls *.py 589 chmod a+x slurp.py 590 ./slurp.py 591 ls courseB* 592 rm -f courseBckgrndProcessed.txt 593 ./slurp.py 594 ls courseB* 595 ls *.py 596 chmod a+x fileLikeSlurp.py 597 ./fileLikeSlurp.py < courseBackground.txt 598 ./fileLikeSlurp.py < courseBackground.txt > outfile.txt 599 cat outfile.txt 600 diff outfile.txt courseBackground.txt 601 ./fileLikeSlurp.py < celex.cd > outfile.txt 602 diff courseBckgrndProcessed.txt courseBackground.txt 603 vi courseBckgrndProcessed.txt 604 diff courseBckgrndProcessed.txt courseBackground.txt 605 vi courseBckgrndProcessed.txt 606 vi courseBackground.txt 607 vi courseBckgrndProcessed.txt 608 vi courseBackground.txt 609 ./fileLikeSlurp.py < courseBackground.txt > courseBckgrndProcessed.txt 610 vi courseBckgrndProcessed.txt