Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1680

Alias/UnAlias Wildcards and Regular Expressions

$
0
0
I have many aliases that begin with BM.

I only want to see the aliases that begin with BM and end with a single number (1 through 9).

I can do this as follows;
Code:
E:\Utils>alias bm* | ffind /kvmt"bm[0-9]" 
bm1=E:\Documents\vb6\ROT\
bm2=E:\Documents\GitHub\linguar-amadala-convert-vb-type-api-and-enum-vc-odl-with-colorization__1-28728\ODL Converter
bm3=E:\Documents\GitHub\WinFBE\Settings
bm4=U:\chm
bm5=E:\Utils

When I try this using the alias command;
Code:
E:\Utils>alias bm[0-9]...

Read more

Viewing all articles
Browse latest Browse all 1680

Trending Articles