-
Overview
From Elastic, some options accept only glob-based paths.
-
glob
Glob patterns specify sets of filenames with wildcard characters.
The Unix bash shell command
mv *.txt textfilemeans moving all files with names ending in.txt. Here*.txtis a glob pattern.The
globcommand, short forglobal, originates in the earliest versions of Bell Labs’ Unix.Traditionally,
globsdo net match hidden files in the form of Unixdotfiles, to match them the pattern must explicitly start with.. -
wildcard charaters
A wildcard character is a kind of placeholder represented by a single character, which can be interpreted as a number of literal charaters or an empty string.
-
dotfile
A hidden folder or hidden file is a folder or file which filesystem utilities do not display by default when showing a directory listing.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/241002.html
標籤:其他
