Mirrored from GitHub

git clone https://github.com/christc4/plan9-rc-shell-notes.git
1	# RC shell
2	
3	Resources I'm using to learn RC shell
4	
5	RC - The Plan 9 Shell, Tom Duff - <http://doc.cat-v.org/plan_9/4th_edition/papers/rc>
6	o
7	
8	I learn best by hacking around with other people's scripts, below are some I've benefited from
9	
10	- <http://mirtchovski.postnix.pw/lanlp9/scripts>
11	- <https://github.com/qwx9/rc.git>
12	- <http://plan9.stanleylieber.com/rc/>
13	- <https://shithub.us/henesy/binrc/HEAD/info.html>
14	- <http://plan9.stanleylieber.com/rc/>
15	- <http://plan9.stanleylieber.com/rc/einstein>
16	- <http://plan9.stanleylieber.com/rc/doppler>
17	- <http://plan9.stanleylieber.com/rc/backup>
18	- <http://plan9.stanleylieber.com/rc/crip>
19	- <http://plan9.stanleylieber.com/rc/epub2pdf>
20	- <http://plan9.stanleylieber.com/rc/google>
21	- [catn](http://mirtchovski.postnix.pw/lanlp9/scripts/catn): Like `cat -n` on unix, prints linenumbers before each line
22	- [sfind](http://mirtchovski.postnix.pw/lanlp9/scripts/sfind): very simple version of the unix find command using du
23	- [find](http://mirtchovski.postnix.pw/lanlp9/scripts/find): rog@vitanouva.com's find
24	- [find](http://mirtchovski.postnix.pw/lanlp9/scripts/find2): another version of find
25	- [findgrep](http://mirtchovski.postnix.pw/lanlp9/scripts/findgrep): find files which contain a regexp
26	- [lsr](http://mirtchovski.postnix.pw/lanlp9/scripts/lsr): like ls -R using du
27	- [rmdir](http://mirtchovski.postnix.pw/lanlp9/scripts/rmdir): like rm -rf uses du
28	- [rmdir](http://mirtchovski.postnix.pw/lanlp9/scripts/rmdir2): another rmdir
29	- <https://shithub.us/nikita/rcmisc>
30	- [weather](http://shithub.us/nikita/rcmisc/468e61644c1d6c846d737b5eb8f370f8938c0ec0/weather/raw) uses wttr.in
31	- <https://shithub.us/smj/rc>
32	- [bunsay](https://shithub.us/smj/rc/b46537efa8eb679940ae74ca90f033e703ba62af/bunsay/raw): glenda ascii art, says your quote
33	-  [surl](https://shithub.us/smj/rc/b46537efa8eb679940ae74ca90f033e703ba62af/surl/raw): does something to URLS