Guest User

Untitled

a guest
Mar 8th, 2018
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. IFS="n"
  4. cp -R "$oldpath/*" "$newpath/"
  5.  
  6. + cp -R '/home/vmail/user@mail.com/Maildir/.INBOX.Drop.The Host/*' '/home/vmail/user@mail.com/Maildir/.DropThe Host/'
  7. cp: cannot stat `/home/vmail/user@mail.com/Maildir/.INBOX.Drop.The Host/*': No such file or directory
Add Comment
Please, Sign In to add comment