Hi I am new to programming and I have to write cronjob for my python file. My laptop is window so I just downloaded wsl and I wrote some lines for cronjob but it seems that non of them works.
*/2 * * * * /Document/카카오톡 받은 파일\crawling_html_css/try.py
*/2 * * * * python /Document/카카오톡 받은 파일\crawling_html_css/try.py
*/2 * * * * cd Desktop && /usr/bin/python3.8 try.py >> test.out
Where should I start to write path from?? Are those lines wrong?? Also I have no idea what is sh file because I saw this often when I search for what I should do. How do I check if my cronjobs are working?