$_vim_cmd = '/usr/local/bin/vim'; my $value = ' -c "normal \r" -c wq ~/vimwiki/testing.md'; `$_vim_cmd $value`;