What Is Not in Plan Nine (2012)
wiki.c2.com
What Is Not in Plan Nine (2012)
1–10 of 42 posts
Re: What Is Not in Plan Nine (2012)
#2> The unix find is a SwissArmyKnife. In PlanNine, the TreeWalking is done by du -- a unix `find . -print` is in PlanNine: `du -a|awk '{print $2}'`
Ah, a clearly much more natural replacement.
EDIT: I got downvoted, but I'm not complaining about it, but rather happy to acknowledge the error of my ways. I cut and pasted what I thought was `du -alawk '{print $2}'`, a mish-mash of 5 unexplained command-line switches, one of them duplicated. (I thought the occurrence of the name `awk` among the switches was just a coincidence.) It wasn't until I noticed the downvote that I realised that what I cut and pasted contained not an `l` switch but a pipe, and was much more simple than what I thought. So, thanks, downvoter!
Re: What Is Not in Plan Nine (2012)
#3Re: What Is Not in Plan Nine (2012)
#4> find > The unix find is a SwissArmyKnife. In PlanNine, the TreeWalking is done by du -- a unix `find . -print` is in PlanNine: `du -a|awk '{print $2}'` Ah, a clearly much more natural replacement. EDIT: I got downvoted, but I'm not complaining about it, but rather happy to acknowledge the error of my ways. I cut and pasted what I thought was `du -alawk '{print $2}'`, a mish-mash of 5 unexplained command-line switch…
Re: What Is Not in Plan Nine (2012)
#5> find > The unix find is a SwissArmyKnife. In PlanNine, the TreeWalking is done by du -- a unix `find . -print` is in PlanNine: `du -a|awk '{print $2}'` Ah, a clearly much more natural replacement. EDIT: I got downvoted, but I'm not complaining about it, but rather happy to acknowledge the error of my ways. I cut and pasted what I thought was `du -alawk '{print $2}'`, a mish-mash of 5 unexplained command-line switch…
Re: What Is Not in Plan Nine (2012)
#6> find > The unix find is a SwissArmyKnife. In PlanNine, the TreeWalking is done by du -- a unix `find . -print` is in PlanNine: `du -a|awk '{print $2}'` Ah, a clearly much more natural replacement. EDIT: I got downvoted, but I'm not complaining about it, but rather happy to acknowledge the error of my ways. I cut and pasted what I thought was `du -alawk '{print $2}'`, a mish-mash of 5 unexplained command-line switch…
There's also walk, at least in 9front: http://man.9front.org/1/walk
Re: What Is Not in Plan Nine (2012)
#7Unix hating, or Unix environment hating, is an uphill battle these days. Nowadays every major desktop and most phones have, or can have, some kind of Unix or Unix-like shell.
It's a bit like hating C. I'll probably still be writing C in ten years. I'm not so certain about _any other language_.
Re: What Is Not in Plan Nine (2012)
#8Re: What Is Not in Plan Nine (2012)
#9This appears to be one of those sites that should ostensibly be just static text, but the source has none of the content and not even Google's text-only cache manages to show anything. Rather ironic this page is itself inaccessible to users of Plan9...
Re: What Is Not in Plan Nine (2012)
#10A browser that supports JavaScript. This appears to be one of those sites that should ostensibly be just static text, but the source has none of the content and not even Google's text-only cache manages to show anything. Rather ironic this page is itself inaccessible to users of Plan9...