alias sample
the alias command makes it possible to launch any command using a pre-set string. i love it!
1 $ alias mypassword="echo '123456'" 2 3 $ mypassword # return '123456'
the alias command makes it possible to launch any command using a pre-set string. i love it!
1 $ alias mypassword="echo '123456'" 2 3 $ mypassword # return '123456'