Execute command stored in variable

  • I want to merge many log files (values??.tmp) to one file (values.log):

    e.g. cat values1.tmp values2.tmp >> values.log

    I made this:

    How to execute $cmd at the prompt as typed?

  • Ok, I tried this:

    But I get this:

    Code
    cat: >>: No such file or directory
    cat: Comps_.log: No such file or directory
    test.sh: line 13: local: can only be used in a function

    How handling the >> ?

  • [edit]
    or at the command prompt:

    Code
    $ cat values?.tmp > values.log

    [/edit]

    Willfähriges Mitglied des Fefe-Zeitbinder-Botnets und der Open Source Tea Party.

    Einmal editiert, zuletzt von Kampi (23. Juni 2008 um 14:48)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!