if i wanted to echo the arguments in a command and needed it to change my to your, and myself to yourself, mine to yours, etc, and vice versa. What would i have to do?
i know to echo the arguments a ijust put echo $*.
Should i be reading the bash man page?


