Jamie Ostrowski wrote: > > I am trying to write a shell script that takes the first argument > from the command line as the user to whom a file is placed in their home > directory. I can't seem to get this to run. Normally, it wouldn't be a big > > cp filename ~${1}/ cp filename `eval echo ~$1` Eric