Top "Glob" questions

globs, more properly called [shell] patterns, and also known as wildcard expressions, are instances of a pattern-matching language used in many, esp.

why is zsh globbing not working with find command?

I have been using zsh globbing for commands such as: vim **/filename vim *.html.erb and so on, but when …

unix zsh glob
How can I use a glob to ignore files that start with an underscore?

I am using this file matching in gulp: 'content/css/*.css' But I would like to only include the files …

gulp glob
Loop over results from Path.glob() (Pathlib)

I'm struggling with the result of the Path.glob() method of the Pathlib module in Python 3.6. from pathlib import Path …

python glob pathlib
What reasons are there to prefer glob over readdir (or vice-versa) in Perl?

This question is a spin-off from this one. Some history: when I first learned Perl, I pretty much always used …

perl glob readdir
Ignore files with names starting with 'output'

I have a program that generates text files output1.txt, output2.txt, output3.txt, etc.. I want Git to ignore …

git substring glob
Globbing in C++/C, on Windows

Is there a smooth way to glob in C or C++ in Windows? E.g., myprogram.exe *.txt sends my …

c++ c windows glob
Read multiple csv files and Add filename as new column in pandas

I have several csv files in a single folder and I want to open them all in one dataframe and …

python csv pandas operating-system glob
How to get the html inside a $node rather than just the $nodeValue

Description of the current situation: I have a folder full of pages (pages-folder), each page inside that folder has (among …

php dom glob nodevalue
Python glob and bracket characters ('[]')

/Users/smcho/Desktop/bracket/[10,20] directory has "abc.txt", but when I run this Python code import glob import os.path …

python glob
use python glob to find a folder that is a 14 digit number

I have a folder with subfolders that are all in the pattern YYYYMMDDHHMMSS (timestamp). I want to use glob to …

python glob