Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119020164
generate_listindices.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jun 24, 06:22
Size
221 B
Mime Type
text/x-shellscript
Expires
Thu, Jun 26, 06:22 (1 d, 17 h)
Engine
blob
Format
Raw Data
Handle
26964411
Attached To
rCOSOLVER COSOlver
generate_listindices.sh
View Options
#!/bin/bash
for l in {0..5}
do
for j in {0..5}
do
for p in {0..5}
do
mmax=$p
for m in $(seq 0 $mmax)
do
for f in {0..5}
do
echo $l, $j, $p, $m, $f
done
done
done
done
done
Event Timeline
Log In to Comment