Useful Linux wildcards

-* (Asterisk): Any character string of 0 or more characters (Example) file * (All files with the first 4 characters written as file) -?: Any one character (example) f? Le * (all files in the shape of f ○ le regardless of the second character) -[]: Any character in [file] (either f, i, l, or e) -{}: Any of the comma-separated strings in {} (example) {file, list, dir} (either file or list)

Expanding using these ,?, [] Is called "* path name expansion ", and expanding using {} is called " brace expansion **".

Recommended Posts

Useful Linux wildcards
Linux
[Note] Useful linux command collection
Linux command # 4
Linux commands
Linux commands
Linux command # 3
Linux overview
Linux basics
direnv (linux)
Organize Linux
linux commands
Linux practice
Ubuntu Linux 20.04
Linux Summary
Linux process
Linux permissions
Linux command # 5
About Linux
Linux basics
Forgot linux
About Linux
Linux commands
Linux commands
About Linux
About Linux
About Linux ①
Linux redirect