Skip to content

Instantly share code, notes, and snippets.

@felicianotech
Created November 23, 2015 14:13
Show Gist options
  • Save felicianotech/46264d0ddc8fbdd2fb64 to your computer and use it in GitHub Desktop.
Save felicianotech/46264d0ddc8fbdd2fb64 to your computer and use it in GitHub Desktop.
Example scenario of running `rm * .xml`
felicianotech@articuno:~/Sandbox$ ls -la
total 4
drwxrwxr-x 2 felicianotech felicianotech 83 Nov 23 09:11 .
drwxr-xr-x 8 felicianotech felicianotech 4096 Nov 23 09:10 ..
-rw-rw-r-- 1 felicianotech felicianotech 0 Nov 23 09:11 binary
-rw-rw-r-- 1 felicianotech felicianotech 0 Nov 23 09:11 chicken.txt
-rw-rw-r-- 1 felicianotech felicianotech 0 Nov 23 09:10 example.xml
-rw-rw-r-- 1 felicianotech felicianotech 0 Nov 23 09:10 second.xml
-rw-rw-r-- 1 felicianotech felicianotech 0 Nov 23 09:11 .xml
felicianotech@articuno:~/Sandbox$ rm * .xml
felicianotech@articuno:~/Sandbox$ ls -la
total 4
drwxrwxr-x 2 felicianotech felicianotech 6 Nov 23 09:12 .
drwxr-xr-x 8 felicianotech felicianotech 4096 Nov 23 09:10 ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment