Rc: Difference between revisions

No change in size ,  15 years ago
m
→‎Examples: lang tag / nowiki strip
(Silly me...Should have caught that in preview.)
m (→‎Examples: lang tag / nowiki strip)
Line 4:
Here is a script to check the weather in a given city. (Retrieved from [http://plan9.bell-labs.com/sources/plan9/rc/bin/weather http://plan9.bell-labs.com/sources/plan9/rc/bin/weather])
 
<lang rc>#!/bin/rc
<pre>
#!/bin/rc
rfork e
DEFAULT=ewr
Line 44 ⟶ 43:
' |
sed 's/ *$//' |
uniq</lang>
</nowiki>