Which command for the command block in Minecraft I can take to give a player a bow with infinity.
Depends on the MC version on it. Try one of the two:
/ give @p bow {Enchantments: [{id: infinity, lvl: 1}]} 1
OR
/ give @p bow 1 0 {ench: [{id: 51, lvl: 1}]}
The lower command works in older versions.
Is in the 1.14
Then the first command