ref: abf61c231fd6fb10e8fc94171a4bcf2d0a71d67d
parent: 5868b80e87bd095bd690dd69ddd39e2c5c61e3a9
parent: 218cefc98666f36be13d2a9828581177e9513356
author: iru <devnull@localhost>
date: Sun Apr 17 13:27:47 EDT 2011
merge
--- a/rc/bin/lc
+++ b/rc/bin/lc
@@ -1,2 +1,2 @@
#!/bin/rc
-ls -p $* | mc
+ls -pF $* | mc
--- a/sys/man/1/ns
+++ b/sys/man/1/ns
@@ -42,3 +42,5 @@
The names of files printed by
.I ns
will be inaccurate if a file or directory it includes has been renamed.
+
+The name of this tool is reminiscent of national socialism and nextstep, it's hard to decide which one is worse.
--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -56,7 +56,7 @@
fn readmethod{echo
echo Storage devices
- for(i in /dev/sd??){+ for(i in /dev/sd[A-Z][0-9]*){echo -n local!^$i' '
echo `{sed 's/inquiry[ ]+//g; q' $i/ctl}\ partitions: `{cat $i/ctl | grep part | awk '{print $2}'}--
⑨