#!/bin/bash
while [ "$1" != "" ]; do
echo $1
shift
done
^^ note the use of shift
#!/bin/bash
while [ "$1" != "" ]; do
echo $1
shift
done
^^ note the use of shiftstatus | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |