Skip to content

The text after the = in each variable assignmentはWord Splittingされない #4

@usatie

Description

@usatie
export a="a    b"
export b="a"$a"b"
echo $b
  1. The text after the = in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic expansion, and quote removal before being assigned to the variable.
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions