-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels