I want to move the files with current date using plink
@ECHO OFF
plink administrator@10.7.20.214 -pw TestPa (mv /home/shared/administrator/scripts/sam /home/shared/administrator/scripts/sam_`date +"%Y%m%d_%H%M"`)`
But at the output file is updated as sam_mHM. I want it to be sam_20191218_1422