This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
2023
RosettaCodeData
/
Task
/
Loops-For-with-a-specified-step
/
UNIX-Shell
/
loops-for-with-a-specified-step-7.sh
Tina Müller
dcf5d15da3
2016 Update
2016-12-05 22:15:40 +01:00
3 lines
39 B
Bash
Raw
Permalink
Blame
History
foreach x
(
`
jot -
2
8
2
`
)
echo
$x
end
Reference in a new issue
View git blame
Copy permalink