nixpulvis / oursh

Your comrade through the perilous world of UNIX.
http://nixpulvis.com/oursh/oursh
MIT License
67 stars 6 forks source link

Globs #52

Open nixpulvis opened 3 years ago

nixpulvis commented 3 years ago

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

nixpulvis commented 3 years ago

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

nixpulvis commented 7 months ago
mkdir {1..5}

is a cool feature of bash.