- Aug
- 2,056
- 83
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;
When I try this using the alias command;
I would like to suggest adding the ability to use wildcards and regular expressions with both the alias and unalias commands.
Joe
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]
TCC: Not an alias "bm[0-9]"
I would like to suggest adding the ability to use wildcards and regular expressions with both the alias and unalias commands.
Joe