Created
June 19, 2016 11:23
-
-
Save mohitesachin217/9511a211bc7a981a16200099bcad39bc to your computer and use it in GitHub Desktop.
wildcards in linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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