Advertisement
marcello

Shell Non-Sense

Nov 20th, 2011
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. manu@leonard:~/Projects/debian/mame$ ls
  2. mame  mame-  mame_0.144.orig-mess.tar.bz2  mame_0.144.orig.tar.bz2
  3. manu@leonard:~/Projects/debian/mame$ rm mame-/
  4. rm: impossible de supprimer « mame-/ »: est un dossier
  5. manu@leonard:~/Projects/debian/mame$ rmdir mame-/
  6. rmdir: échec de suppression de « mame-/ »: N'est pas un dossier
  7. manu@leonard:~/Projects/debian/mame$ ls -l
  8. total 65960
  9. drwxr-xr-x 4 manu manu     4096 20 nov.  23:48 mame
  10. lrwxrwxrwx 1 manu manu        4 20 nov.  23:48 mame- -> mame
  11. -rw-r--r-- 1 manu manu 49568940 20 nov.  23:48 mame_0.144.orig-mess.tar.bz2
  12. -rw-r--r-- 1 manu manu 17887399 20 nov.  23:47 mame_0.144.orig.tar.bz2
  13. manu@leonard:~/Projects/debian/mame$ open .
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement