Skip to content

Mistake with linux command #7

@ManiadT-T

Description

@ManiadT-T

In the guide it says to run the following command:
find . -name ‘details.html’ -exec cp adbreak.html {} ;
I am on a Linux machine and this did not work as intended, the command I used to fix it was:
find . -type f -name 'details.html' -exec cp ./adbreak.html {} ;

I hope this can help someone out :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions