For testing purpose, I need to set up Linux command alias like this:
alias 'dmidecode -t 1'='cat ~/test/system_info'
But the alias command doesn't work like this. It seems that the alias name should be continuous characters without space. Any thought on how to achieve this? Thanks a lot and really appreciate your help!