This website requires JavaScript.
Explore
Help
Sign in
o5r
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
741f510ce7
plan9port
/
src
/
cmd
/
mk
/
mkfile.test
13 lines
109 B
Text
Raw
Normal View
History
Unescape
Escape
add new | syntax. syntax will change.
2005-01-04 22:41:27 +00:00
|$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
Initial revision
2003-09-30 17:47:42 +00:00
Reference in a new issue
Copy permalink