User Tools

Site Tools


unix_101

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
unix_101 [2016/05/25 15:22]
peek
unix_101 [2016/05/25 15:24] (current)
peek
Line 442: Line 442:
 ^ Type: | <code>$ mkdir /tmp/playground</code> | ^ Type: | <code>$ mkdir /tmp/playground</code> |
 ^ Type: | <code>$ find /tmp/playground ^ Type: | <code>$ find /tmp/playground
-/tmp/playground</code |+/tmp/playground</code|
 ^ Type: | <code>$ cd /tmp/playground</code> | ^ Type: | <code>$ cd /tmp/playground</code> |
 ^ Type: | <code>pwd ^ Type: | <code>pwd
Line 454: Line 454:
 ./dir2 ./dir2
 </code> | </code> |
-^ Type: | <code>mv passwd fun</code> |+^ Type: | <code>mv passwd fun</code> |
 ^ Type: | <code>$ find ^ Type: | <code>$ find
 . .
Line 461: Line 461:
 ./fun ./fun
 </code> | </code> |
-^ Type: | <code>mv fun dir1</code> |+^ Type: | <code>mv fun dir1</code> |
 ^ Type: | <code>$ find ^ Type: | <code>$ find
 . .
Line 468: Line 468:
 ./dir2 ./dir2
 </code> | </code> |
-^ Type: | <code>mv dir1 dir2</code> |+^ Type: | <code>mv dir1 dir2</code> |
 ^ Type: | <code>$ find ^ Type: | <code>$ find
 . .
Line 475: Line 475:
 ./dir2/dir1/fun ./dir2/dir1/fun
 </code> | </code> |
-^ Type: | <code>cd</code>+^ Type: | <code>cd</code>
-^ Type: | <code>rmdir /tmp/playground+^ Type: | <code>rmdir /tmp/playground
 rmdir: failed to remove '/tmp/playground': Directory not empty rmdir: failed to remove '/tmp/playground': Directory not empty
 </code> | </code> |
-^ Type: | <code>rm /tmp/playground/dir2/dir1/fun</code>+^ Type: | <code>rm /tmp/playground/dir2/dir1/fun</code>
-^ Type: | <code>find /tmp/playground+^ Type: | <code>find /tmp/playground
 /tmp/playground /tmp/playground
 /tmp/playground/dir2 /tmp/playground/dir2
 /tmp/playground/dir2/dir1 /tmp/playground/dir2/dir1
 </code> | </code> |
-^ Type: | <code>rmdir /tmp/playground/dir2/dir1</code>+^ Type: | <code>rmdir /tmp/playground/dir2/dir1</code>
-^ Type: | <code>rmdir /tmp/playground/dir2</code>+^ Type: | <code>rmdir /tmp/playground/dir2</code>
-^ Type: | <code>rmdir /tmp/playground</code> |+^ Type: | <code>rmdir /tmp/playground</code> |
  
unix_101.1464189761.txt.gz · Last modified: 2016/05/25 15:22 by peek