Skip to content

fa escape issue #1

@toddkaufmann

Description

@toddkaufmann

this is a pathological case,
maybe best thing I can do is document how to call find to escape,
or use something else in this case.

[/vagrant@vm.v715] 17:29:00 2283 ~/in4player$ find web -name 're*up*' -ls
268485    4 -rw-r--r--   1 vagrant  vagrant        31 Nov 29 04:59 web/read\ \nupdate\ field_10_1\ =\ No\\n\n
[/vagrant@vm.v715] 17:29:03 2284 ~/in4player$ find web -name 're*up*' | cat -v
web/read 
update field_10_1 = No\n

output 'looks escaped', but that's because find seems to change its output depending if destined for tty or not.

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