List all files that start with letter g and end with letter t, where the second letter is not e. I know to start with g
Posted: Fri Apr 29, 2022 7:02 am
List all files that start with letter g and end with letter t,
where the second letter is not e. I know to start with g and end
with t is g*t. And not is [^e], I have tried combining them but
with no luck. Could someone please help me out?
where the second letter is not e. I know to start with g and end
with t is g*t. And not is [^e], I have tried combining them but
with no luck. Could someone please help me out?