Advertisement
Guest User

Untitled

a guest
Oct 9th, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. jpkroehling@cupuacu ~ $ cp -u nginx.conf nginx.conf.copy
  2. jpkroehling@cupuacu ~ $ echo $?
  3. 0
  4. jpkroehling@cupuacu ~ $ cp -u nginx.conf nginx.conf
  5. cp: ‘nginx.conf’ and ‘nginx.conf’ are the same file
  6. jpkroehling@cupuacu ~ $ echo $?
  7. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement