command 'filename' not found
Posted: Mon Jan 19, 2015 1:53 pm
I've had my Pi a couple of weeks now and currently am working through some simple Picam projects.
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
and these have worked successfully.
Command
comes up with a null response
I'm sure the answer is pretty simple, but I can't see what to do next
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