Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. terminalA> pwd
  2. /home/hooked/foo
  3.  
  4. terminalB> cp * /home/hooked/foo
  5.  
  6. /
  7. |-> home
  8. |-> hooked
  9. |-> foo
  10. |-> bar
  11. |-> buzz
  12.  
  13. terminalA> pwd > /tmp/somepwd
  14.  
  15. terminalB> cp * `cat /tmp/somepwd`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement