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

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

    Proof:

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