Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wgetで1時間ごとに画像を取得しようとしています。私はそれへの完全なパスを持っていますが、それを機能させることができません。これがコードです
DATE="date +%s" TIMESTAMP=`$DATE` cd /path_to/photofolder/ wget http://path_to_image/jpg/image.jpg mv image.jpg image1.jpg FILENAME="$TIMESTAMP.jpg" cp image1.jpg $FILENAME