Closed srondss closed 1 year ago
Added functions which handle different types of quotation marks. Ex: echo "$USER '$USER'" '"$USER"' '$USER' "$USER" Will now return: username 'username' "$USER" $USER username
Added functions which handle different types of quotation marks. Ex: echo "$USER '$USER'" '"$USER"' '$USER' "$USER" Will now return: username 'username' "$USER" $USER username