#!/bin/bash
if [ -e $1 ]; then
echo "yes"
fi
^^^ not the use of -e to check existance of file, recall $1 is used to access first command line arg
#!/bin/bash
if [ -e $1 ]; then
echo "yes"
fi
^^^ not the use of -e to check existance of file, recall $1 is used to access first command line arg
| status | 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 |