Sign in
plan9port
/
plan9
/
c3674de413d93503f2106c76c4cdb456d17e0aad
/
.
/
src
/
cmd
/
mk
/
mkfile.test
blob: b5bd6dbbc74f437952c65a55ee809110c6ffd777 [
file
] [
log
] [
blame
]
|
$PLAN9
/
bin
/
rc
use
-
rc
:
V
:
for
(
i
in
a b c
)
echo $i
|
/bin/
sh
use
-
sh
:
V
:
for
i
in
a b c
do
echo $i
done