oursh icon indicating copy to clipboard operation
oursh copied to clipboard

Globs

Open nixpulvis opened this issue 4 years ago • 2 comments
trafficstars

Change the lexer to allow strings with * and expand them much like expand_var or expand_home.

nixpulvis avatar Aug 10 '21 21:08 nixpulvis

2.13.3 Patterns Used for Filename Expansion in https://pubs.opengroup.org/onlinepubs/9699919799/

nixpulvis avatar Aug 11 '21 15:08 nixpulvis

mkdir {1..5}

is a cool feature of bash.

nixpulvis avatar Jan 30 '24 23:01 nixpulvis