Advertisement
Guest User

Untitled

a guest
Oct 10th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. squinty@ubuntu14041:~$ mkdir Test
  2. squinty@ubuntu14041:~$ cd Test
  3. squinty@ubuntu14041:~/Test$ mkdir one
  4. squinty@ubuntu14041:~/Test$ mkdir two
  5. squinty@ubuntu14041:~/Test$ mkdir three
  6. squinty@ubuntu14041:~/Test$ mkdir four
  7. squinty@ubuntu14041:~/Test$ ls
  8. four one three two
  9. squinty@ubuntu14041:~/Test$ mv *
  10. squinty@ubuntu14041:~/Test$ ls
  11. two
  12. squinty@ubuntu14041:~/Test$ ls two
  13. four one three
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement