Here is my command in my script:
mv -f -v $oldfile /infanass/dev/admin/backup/${oldfile##*/}_$(date +%F-%T) Right now the output is:
file1.txt_2013-07-11-15:08:16 I want the server name to show up before the file name. I think :
uname -n is the right command but i just can't get it to show up.