What's wrong with this crontab sentence?

1 * * * * echo 1 >> ~/file

I don"t think I can execute the command (echo 1 > > ~ / file) every other minute.

Nov.12,2021

*/1 * * * * echo 1 >> ~/file
Menu