Difference between revisions of "KSherbina Week 3"
From LMU BioDB 2013
(Added some more comments about grep.) |
(Added some comments about grep and sed.) |
||
Line 5: | Line 5: | ||
<!--grep "ba*"--> | <!--grep "ba*"--> | ||
:<!-- * : 0 or more of the symbol preceding *--> | :<!-- * : 0 or more of the symbol preceding *--> | ||
+ | |||
+ | <!--grep "Ind.* " movie_titles.txt | sed "s/Indi.* /Wisconsin is still better than &/g"--> | ||
+ | :<!-- & : repeat what you found--> | ||
<!--XMLPipeDB Match Practice Task 1--> | <!--XMLPipeDB Match Practice Task 1--> |