I'm using BASH, Python and CLI and most stuff seems to be going ok.
I've hit a problem with an example project which makes use of the filename command to set up a ddmmyy filename within a bash script.
I get the message
I've issued the commands./timelapse.sh: line 6: filename: command not found
Code: Select all
sudo apt-get update && sudo apt-get upgradeCommand
Code: Select all
sudo find / -name filename I'm sure the answer is pretty simple, but I can't see what to do next
