Filename pattern for files that don't yet exist – unix.stackexchange.com

Using a shell pattern such as {abc,def}xyz I can use it to create files (or directories) that don't yet exist: $ ls $ touch {abc,def}xyz $ mkdir 123{a,b,c} $ ls 123a 123b 123c abcxyz defxyz What ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "Filename pattern for files that don't yet exist – unix.stackexchange.com"