I know that there are ten different alternatives. Why don’t we simply improve the basic stuff?

  • bizdelnick
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    Because you already can if you quote them properly. You can even use newline characters, vertical tabs and whatever you want.

    • bizdelnick
      link
      fedilink
      arrow-up
      5
      ·
      7 months ago

      Proof:

      $ ls
      'file 1'  'file 2'  'file 3'
      $ for f in *; do echo "$f"; done
      file 1
      file 2
      file 3
      $