Sign in
◑
Theme
plan9port
/
plan9
/
ed7f32b9d75e9bee567fcb5eb11a6b72f585cd3a
/
.
/
src
/
cmd
/
mk
/
mkfile.test
blob: b5bd6dbbc74f437952c65a55ee809110c6ffd777 [
file
]
|
$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