RenataKaras / minishell

0 stars 0 forks source link

export does not allow a number after it #13

Closed saraxplorer closed 1 month ago

saraxplorer commented 1 month ago

This is a bash behavior. The relevant section from the Bash manual states:

A valid identifier is a sequence of alphanumeric characters and underscores, but may not begin with a digit.