Skip to content

Instantly share code, notes, and snippets.

@mohitesachin217
Created June 19, 2016 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohitesachin217/9511a211bc7a981a16200099bcad39bc to your computer and use it in GitHub Desktop.
Save mohitesachin217/9511a211bc7a981a16200099bcad39bc to your computer and use it in GitHub Desktop.
wildcards in linux
wildcards or globbing
x -- anything
? -- any single character
! -- not(stuff)
[ac] -- a,c
[a-c] -- a,b,c
find
-- type
-- atime -- access time
-- mtime -- contents get modified time
-- ctime -- changed in aspects of the file like name time
-- size
-- name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment